aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-tools/vcpkg.json
blob: 94f81ffa55246fd047f7879e98173e9f76258f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vulkan-tools",
  "version": "1.4.309.0",
  "description": "Vulkan Development Tools",
  "homepage": "https://github.com/KhronosGroup/Vulkan-Tools",
  "license": "Apache-2.0",
  "supports": "!osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "volk",
    "vulkan-headers"
  ]
}