mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 23:49:06 +08:00
18 lines
439 B
JSON
18 lines
439 B
JSON
|
{
|
||
|
"name": "spirv-reflect",
|
||
|
"version-date": "2021-12-31",
|
||
|
"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",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"vulkan"
|
||
|
]
|
||
|
}
|