diff options
Diffstat (limited to 'vcpkg/ports/spirv-reflect/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spirv-reflect/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/spirv-reflect/vcpkg.json b/vcpkg/ports/spirv-reflect/vcpkg.json new file mode 100644 index 0000000..8022a11 --- /dev/null +++ b/vcpkg/ports/spirv-reflect/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "spirv-reflect", + "version": "1.4.309.0", + "description": "SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.", + "homepage": "https://github.com/KhronosGroup/SPIRV-Reflect", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |