pineapple/externals/vcpkg/ports/glslang/vcpkg.json
2022-07-23 03:01:36 +02:00

16 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
}
]
}