2021-02-09 09:04:50 +09:00
|
|
|
{
|
|
|
|
"name": "glslang",
|
2022-12-16 12:30:40 -07:00
|
|
|
"version": "11.13.0",
|
2021-02-09 09:04:50 +09: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-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
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"tools"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build the glslangValidator and spirv-remap binaries"
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 09:04:50 +09:00
|
|
|
}
|