vcpkg/ports/boost-coroutine2/vcpkg.json
2021-09-27 17:12:39 -07:00

17 lines
359 B
JSON

{
"name": "boost-coroutine2",
"version": "1.77.0",
"description": "Boost coroutine2 module",
"homepage": "https://github.com/boostorg/coroutine2",
"supports": "!emscripten",
"dependencies": [
"boost-assert",
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-vcpkg-helpers"
]
}