vcpkg/ports/coroutine/vcpkg.json
Lily 8797e9b0f9
[coroutine] Fix error C7651 (#12456)
* [coroutine] Fix error C7651

* Update portfile.cmake
2020-08-01 14:04:25 -07:00

12 lines
254 B
JSON

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