aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/taskflow/vcpkg.json
blob: 140fe8a59e61c2d5255f15fcaab6d2b525a82332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "taskflow",
  "version": "3.10.0",
  "description": "A General-purpose Task-parallel Programming System using Modern C++",
  "homepage": "https://github.com/taskflow/taskflow",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}