aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ucoro/vcpkg.json
blob: 6f1428d8550324e2786cff9caa9e7e786d9da3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ucoro",
  "version": "1.0",
  "description": "It is a minimized C++20 coroutine library.",
  "homepage": "https://github.com/avplayer/ucoro",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}