vcpkg/ports/spirv-reflect/vcpkg.json
Attractadore b2b5d1bf9e
[spirv-reflect] Don't vendor spirv headers (#28749)
* [spirv-reflect] Add spirv-headers dependency

* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-09 10:10:03 -08:00

19 lines
467 B
JSON

{
"name": "spirv-reflect",
"version": "1.3.236.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": [
"spirv-headers",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}