mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 09:29:01 +08:00
489a63708e
* update glslang * version
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|