aboutsummaryrefslogtreecommitdiff
path: root/ports/spirv-cross/vcpkg.json
blob: 88b4a65f183e4e95d7e387e757ae647950b59887 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "spirv-cross",
  "version-date": "2021-01-15",
  "port-version": 1,
  "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"
  ]
}