mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
52fadbb771
* Update taskflow to 3.5.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "taskflow",
|
|
"version": "3.5.0",
|
|
"description": "Fast Parallel Tasking Programming Library using Modern C++",
|
|
"homepage": "https://github.com/taskflow/taskflow",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|