aboutsummaryrefslogtreecommitdiff
path: root/ports/coroutine/vcpkg.json
blob: 8c557f6fa91578317a1461446e33af34d8a5b690 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "coroutine",
  "version-string": "1.5.0",
  "port-version": 2,
  "description": "C++ 20 Coroutines helper/example library",
  "homepage": "https://github.com/luncliff/coroutine",
  "supports": "!uwp",
  "dependencies": [
    "ms-gsl"
  ]
}