mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:39:06 +08:00
18 lines
386 B
JSON
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"
|
||
|
]
|
||
|
}
|