mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
d7fa1d9d7e
Co-authored-by: Jon <v-zhli17@microsoft.com>
18 lines
353 B
JSON
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
|
|
}
|
|
]
|
|
}
|