aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-utility-libraries/vcpkg.json
blob: b8134dec309f51fde11b19fef73834f8c381d191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vulkan-utility-libraries",
  "version": "1.4.309.0",
  "description": "Utility libraries for Vulkan developers",
  "homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries",
  "license": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "vulkan-headers"
  ]
}