mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 12:33:06 +08:00
59af419f8b
* Make glslang binaries an optional feature * Update versions * Use 'tools' instead of 'binaries' as feature name * Update versions Co-authored-by: Miro Vilkki <miro.vilkki@basemark.com>
26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"name": "glslang",
|
|
"version": "11.11.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build the glslangValidator and spirv-remap binaries"
|
|
}
|
|
}
|
|
}
|