2021-02-09 08:04:50 +08:00
|
|
|
{
|
|
|
|
"name": "glslang",
|
2023-03-25 13:58:22 +08:00
|
|
|
"version": "12.1.0",
|
|
|
|
"description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
|
2021-09-08 12:06:30 +08:00
|
|
|
"homepage": "https://github.com/KhronosGroup/glslang",
|
2022-12-02 05:52:06 +08:00
|
|
|
"license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",
|
2021-09-08 12:06:30 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-10-21 10:06:49 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"tools"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
2023-03-25 13:58:22 +08:00
|
|
|
"description": "Build the glslangValidator and spirv-remap binaries",
|
|
|
|
"supports": "!ios"
|
2022-10-21 10:06:49 +08:00
|
|
|
}
|
|
|
|
}
|
2021-02-09 08:04:50 +08:00
|
|
|
}
|