yuzu/externals/vcpkg/ports/glslang/vcpkg.json

17 lines
352 B
JSON
Executable File

{
"name": "glslang",
"version": "11.8.0",
"description": "Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator",
"homepage": "https://github.com/KhronosGroup/glslang",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}