aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spirv-cross/vcpkg.json
blob: e2cbd5ecd0c95ab130e2cf9abe162ec69bfa3aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "spirv-cross",
  "version": "1.4.309.0",
  "description": "SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.",
  "homepage": "https://github.com/KhronosGroup/SPIRV-Cross",
  "dependencies": [
    "spirv-headers",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}