ScoopInstaller_Main/bucket/glslang-nightly.json
2019-11-03 16:26:03 -08:00

15 lines
598 B
JSON

{
"homepage": "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/",
"description": "The official reference compiler front end for the OpenGL ES and OpenGL shading languages. (nightly version)",
"version": "nightly",
"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"
]
}