aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spirv-tools/vcpkg.json
blob: d1f9db71c635a9b643289252b356eb3ee921f7e4 (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
{
  "name": "spirv-tools",
  "version": "1.4.309.0",
  "description": "API and commands for processing SPIR-V modules",
  "homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
  "license": "Apache-2.0",
  "dependencies": [
    "spirv-headers",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools.",
      "supports": "!android & !ios"
    }
  }
}