2025-12-10 00:42:58 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.24",
"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.24/slang-2025.24-windows-x86_64.zip",
"hash": "0ea8b4e1e02065d456f1595eb07e412172036acc63c881aa7c49a92e66069872"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.24/slang-2025.24-windows-aarch64.zip",
"hash": "4482bf3b51c5e6a270df65627d20f547715a21225c181aaa63254212c9342301"
}
},
"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"
}
}
}
}