2021-02-09 08:04:50 +08:00
|
|
|
{
|
|
|
|
"name": "glslang",
|
2022-12-17 03:30:40 +08:00
|
|
|
"version": "11.13.0",
|
2021-02-09 08:04:50 +08:00
|
|
|
"description": "Khronos reference front-end for GLSL and ESSL, and sample 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": {
|
|
|
|
"description": "Build the glslangValidator and spirv-remap binaries"
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 08:04:50 +08:00
|
|
|
}
|