2025-09-26 00:37:39 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.17.2",
"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.17.2/slang-2025.17.2-windows-x86_64.zip",
"hash": "f2bf0786b3af5b4116d3b70a95a55dd1bded460a76ac60987a9dd7f435e7965e"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.17.2/slang-2025.17.2-windows-aarch64.zip",
"hash": "00c511434d3353d9e9d811747414c5536baf6280c41001d42224000dc38dcaa0"
}
},
"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"
}
}
}
}