pineapple/externals/vcpkg/ports/continuable/vcpkg.json
2022-07-23 03:01:36 +02:00

9 lines
282 B
JSON
Executable file

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