pineapple/externals/vcpkg/ports/continuable/vcpkg.json

10 lines
282 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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"
]
}