mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
8797e9b0f9
* [coroutine] Fix error C7651 * Update portfile.cmake
12 lines
254 B
JSON
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"
|
|
}
|