yuzu/externals/vcpkg/ports/concurrencpp/vcpkg.json

19 lines
517 B
JSON
Executable File

{
"name": "concurrencpp",
"version": "0.1.4",
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
"homepage": "https://github.com/David-Haim/concurrencpp/",
"license": "MIT",
"supports": "(windows & static) | linux | osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}