2025-11-11 20:29:18 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.22",
"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.22/slang-2025.22-windows-x86_64.zip",
"hash": "3555de7ef7a3dde253d8a0ba49ff0b5735d30fafd384dc0da28bd105faa84997"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.22/slang-2025.22-windows-aarch64.zip",
"hash": "3626c17dc660d31afec1005c58004a0adc8e8ecb54906fdab0200f1c9a4f146a"
}
},
"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"
}
}
}
}