mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
aad1aa28bf
* Bump GSL to 4.0.0 * Update version database * Fix typo * Add missing file * Update version database * GSL portfile properly expose Microsoft.GSL package * Update version database * Respond to review * Update version database * Update version database v2 * Update release ref * Update version database * Respond to review * Update version database * Add patch to SEAL to link to correct GSL version * Update version database * Update version database v2
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"name": "coroutine",
|
|
"version": "1.5.0",
|
|
"port-version": 4,
|
|
"description": "C++ 20 Coroutines helper/example library",
|
|
"homepage": "https://github.com/luncliff/coroutine",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ms-gsl"
|
|
]
|
|
}
|