vcpkg/ports/cppcoro/vcpkg.json
JonLiu1993 2de7f388c5
[cppcoro] update to the latest commit (#27453)
* [cppcoro] update to the latest commit

* update  version
2022-10-27 19:28:37 -07:00

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