2025-12-03 00:41:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.23.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.23.2/slang-2025.23.2-windows-x86_64.zip",
"hash": "ea18b9301bda64cab8fc455cc5549b1f1523902bcf1ec48c6a8d624b5a0cbfc2"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.23.2/slang-2025.23.2-windows-aarch64.zip",
"hash": "6ac84ee395e1e677ccacf25c648ceeedc153348a1d527230188402295376c062"
}
},
"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"
}
}
}
}