Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}