mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
ab9e4a235f
* [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>
14 lines
274 B
JSON
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
|
|
}
|
|
]
|
|
}
|