vcpkg/ports/taskflow/vcpkg.json
Francisco Facioni 07aad327a7
[taskflow] new version 3.3.0 (#22965)
* [taskflow] new version 3.3.0

* [taskflow] remove deprecations

* Add double quotes

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-02-07 19:03:00 -08:00

18 lines
353 B
JSON

{
"name": "taskflow",
"version": "3.3.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
}
]
}