vcpkg/ports/transwarp/vcpkg.json
Yue ab9e4a235f
[transwarp] add a new port (#18069)
* [transwarp] Add a new port, transwarp, a header-only C++ library for task concurrency.

* Update ports/transwarp/portfile.cmake

* Update ports/transwarp/portfile.cmake

* Update ports/transwarp/portfile.cmake

* Update versions/t-/transwarp.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-26 14:14:51 -07:00

14 lines
274 B
JSON

{
"name": "transwarp",
"version": "2.2.2",
"description": "A header-only C++ library for task concurrency",
"homepage": "https://github.com/bloomen/transwarp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}