Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
446 B
JSON

{
"name": "spirv-reflect",
"version": "1.4.304.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
}
]
}