mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:51:07 +08:00
eb1ba2a113
* [continuable] add a new port * todo: create a patch for `find_package(function2)` * [continuable] add patch to edit cmakelists * [continuable] add port SHA * [continuable] minimize patch * update port SHA
10 lines
282 B
JSON
10 lines
282 B
JSON
{
|
|
"name": "continuable",
|
|
"version-string": "4.1.0",
|
|
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
|
|
"homepage": "https://naios.github.io/continuable/",
|
|
"dependencies": [
|
|
"function2"
|
|
]
|
|
}
|