mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:29:07 +08:00
16f5ba45a9
* Bump glslang port to 11.11.0 * Fix sha to match the one shown on the microsoft build server * Fix portfile issues (at least for Windows) * Potentially fix shaderc port * update shaderc version * shaderc appears to require Threads? * change shaderc port version? * fix local port-version * Added custom usage as per PR suggestion! * Updated glslang port tree version hash
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "glslang",
|
|
"version": "11.11.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
|
|
}
|
|
]
|
|
}
|