Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
374 B
JSON

{
"name": "coroutine",
"version": "1.5.0",
"port-version": 5,
"description": "C++ 20 Coroutines helper/example library",
"homepage": "https://github.com/luncliff/coroutine",
"supports": "!uwp",
"dependencies": [
"ms-gsl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}