vcpkg/ports/continuable/vcpkg.json
Park DongHa eb1ba2a113
[continuable] add a new port (#16261)
* [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
2021-02-19 13:02:46 -08:00

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"
]
}