2025-06-14 00:39:33 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.10.4",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10.4/slang-2025.10.4-windows-x86_64.zip",
"hash": "819db3fe8f90b636a42bc651b8ea51f20f8058aacbc3dacd61db514ce3acfe8f"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10.4/slang-2025.10.4-windows-aarch64.zip",
"hash": "db951022d1f16fe5cb43ca59b534b948cb3ebfc839589d50c64db5e4f92f343f"
}
},
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
],
"checkver": {
"github": "https://github.com/shader-slang/slang"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
}
}
}
}