vcpkg/ports/concurrencpp/vcpkg.json
chausner 40a3541799
[concurrencpp] Update to 0.1.6 (#30342)
* Update concurrencpp to 0.1.6

* Update CI baseline

* Enable shared builds

https://github.com/David-Haim/concurrencpp/issues/75 has been fixed.

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-03-23 15:53:41 -07:00

18 lines
467 B
JSON

{
"name": "concurrencpp",
"version": "0.1.6",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}