aboutsummaryrefslogtreecommitdiff
path: root/ports/qtshadertools/vcpkg.json
blob: 2919d89ae514e09aac376b30ac4816cca42815ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "qtshadertools",
  "version-semver": "6.2.0",
  "description": "APIs and tools in this module provide the producer functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL.",
  "homepage": "https://www.qt.io/",
  "dependencies": [
    {
      "name": "qtbase",
      "default-features": false,
      "features": [
        "gui"
      ]
    },
    {
      "name": "qtshadertools",
      "host": true,
      "default-features": false
    }
  ]
}