vcpkg/ports/taskflow/vcpkg.json
chausner 52fadbb771
[taskflow] Update to 3.5.0 (#29097)
* Update taskflow to 3.5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 16:01:14 -08:00

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
}
]
}