mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
07aad327a7
* [taskflow] new version 3.3.0 * [taskflow] remove deprecations * Add double quotes * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
18 lines
353 B
JSON
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
|
|
}
|
|
]
|
|
}
|