2025-06-06 04:30:44 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.10.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.10.2/slang-2025.10.2-windows-x86_64.zip",
"hash": "cbebbd31548a28a662b6475a8a5c083cfb6c8f729e1c4f89970bb876b2dd3845"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10.2/slang-2025.10.2-windows-aarch64.zip",
"hash": "2a307b408bffd27e5bd838d645c4ad5308507a518f1f0b9b09c3b1fe1f97d588"
}
},
"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"
}
}
}
}