early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/spirv-reflect/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/spirv-reflect/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "spirv-reflect",
|
||||
"version": "1.3.204.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
|
||||
},
|
||||
"vulkan"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user