vcpkg/ports/taskflow/vcpkg.json
JonLiu1993 d7fa1d9d7e
[taskflow] update to 3.8.0 (#41417)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-10-08 15:49:43 -04:00

18 lines
353 B
JSON

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