2021-02-09 09:04:50 +09:00
|
|
|
{
|
|
|
|
"name": "glslang",
|
2024-12-21 04:23:36 +08:00
|
|
|
"version": "15.1.0",
|
2023-03-25 06:58:22 +01:00
|
|
|
"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-01 14:52:06 -07: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 05:06:49 +03:00
|
|
|
],
|
|
|
|
"features": {
|
2023-12-09 02:10:03 +01:00
|
|
|
"opt": {
|
|
|
|
"description": "Build with spirv-opt capability",
|
|
|
|
"dependencies": [
|
|
|
|
"spirv-tools"
|
|
|
|
]
|
|
|
|
},
|
2023-08-07 18:59:24 +02:00
|
|
|
"rtti": {
|
|
|
|
"description": "Build with dynamic typeinfo"
|
|
|
|
},
|
2022-10-21 05:06:49 +03:00
|
|
|
"tools": {
|
2023-03-25 06:58:22 +01:00
|
|
|
"description": "Build the glslangValidator and spirv-remap binaries",
|
|
|
|
"supports": "!ios"
|
2022-10-21 05:06:49 +03:00
|
|
|
}
|
|
|
|
}
|
2021-02-09 09:04:50 +09:00
|
|
|
}
|