vcpkg/ports/spirv-reflect/vcpkg.json
Attractadore d40547583e
[spirv-reflect] Remove vulkan dependency (#28696)
* [spirv-reflect]: remove vulkan dependency

* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-04 12:28:07 -08:00

19 lines
467 B
JSON

{
"name": "spirv-reflect",
"version": "1.3.204.1",
"port-version": 1,
"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
}
]
}