mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
15 lines
598 B
JSON
15 lines
598 B
JSON
{
|
|
"version": "nightly",
|
|
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages. (nightly version)",
|
|
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
|
|
"license": {
|
|
"identifier": "Freeware,MIT,...",
|
|
"url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt"
|
|
},
|
|
"url": "https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-windows-x64-Release.zip",
|
|
"bin": [
|
|
"bin\\glslangValidator.exe",
|
|
"bin\\spirv-remap.exe"
|
|
]
|
|
}
|