vcpkg/ports/boost-coroutine2/vcpkg.json

18 lines
386 B
JSON
Raw Normal View History

{
"name": "boost-coroutine2",
"version-string": "1.75.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-detail",
"boost-vcpkg-helpers"
]
}