aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lunarg-vulkantools/vcpkg.json
blob: 4dd14bf7fde784f293f5355efa7acbdd749b773c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "lunarg-vulkantools",
  "version": "1.4.309.0",
  "port-version": 1,
  "description": "Tools to aid in Vulkan development",
  "homepage": "https://github.com/LunarG/VulkanTools",
  "license": null,
  "supports": "!osx & !staticcrt",
  "dependencies": [
    "jsoncpp",
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui",
        "network",
        "thread",
        "vulkan",
        "widgets"
      ]
    },
    "valijson",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-get-python-packages",
      "host": true
    },
    "vulkan-loader",
    "vulkan-utility-libraries"
  ]
}