mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
2de7f388c5
* [cppcoro] update to the latest commit * update version
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "cppcoro",
|
|
"version-date": "2022-10-25",
|
|
"description": "A library of C++ coroutine abstractions for the Coroutines TS",
|
|
"homepage": "https://github.com/lewissbaker/cppcoro",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|