aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coroutine/vcpkg.json
blob: cdae32b492fef8a4152921634a3aeaffa4ad19a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "coroutine",
  "version": "1.5.0",
  "port-version": 5,
  "description": "C++ 20 Coroutines helper/example library",
  "homepage": "https://github.com/luncliff/coroutine",
  "supports": "!uwp",
  "dependencies": [
    "ms-gsl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}