2025-06-24 20:29:22 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.10.5",
"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.5/slang-2025.10.5-windows-x86_64.zip",
"hash": "ff79ab551e6aa9a0188c6eb1f3cd2c7dbbde5dc168eab50628bba4b2799e607b"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10.5/slang-2025.10.5-windows-aarch64.zip",
"hash": "cecb976ed5aa66770d126ed5c306a49affbcf47d8ea303ac2f9a78741f5ba332"
}
},
"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"
}
}
}
}