vcpkg/ports/boost-coroutine2/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

18 lines
386 B
JSON

{
"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"
]
}