2025-11-05 04:29:52 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.21.1",
"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.21.1/slang-2025.21.1-windows-x86_64.zip",
"hash": "86e8f56225af42beee0ae96e5410e2207b482fab273829ca6a71372cca63f934"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.21.1/slang-2025.21.1-windows-aarch64.zip",
"hash": "73a98b1dd20078ff32f3060902acb0dd2786c5f864a99ecdd11885b3ebe6b1e0"
}
},
"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"
}
}
}
}