diff options
Diffstat (limited to 'vcpkg/ports/spirv-cross/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spirv-cross/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/spirv-cross/vcpkg.json b/vcpkg/ports/spirv-cross/vcpkg.json new file mode 100644 index 0000000..e2cbd5e --- /dev/null +++ b/vcpkg/ports/spirv-cross/vcpkg.json @@ -0,0 +1,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 + } + ] +} |