mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
16f2ec1663
* update continuable to upstream 4.2.0 * update versions * perform port update suggestions * fixup hash * Make requested changes * Update hash
19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"name": "continuable",
|
|
"version": "4.2.0",
|
|
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
|
|
"homepage": "https://naios.github.io/continuable/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"function2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|