aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-headers/vcpkg.json
blob: d594e3558597eb273c9ecab2f0436186aab594bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vulkan-headers",
  "version": "1.4.309.0",
  "description": "Vulkan header files and API registry",
  "homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
  "license": "Apache-2.0 OR MIT",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}