2025-10-30 00:40:16 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.20",
"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.20/slang-2025.20-windows-x86_64.zip",
"hash": "1d25fa7686a0287ff2dfb0313556b1aba28eab2f39e9281bdfc8af71b70a3a51"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.20/slang-2025.20-windows-aarch64.zip",
"hash": "43a92dafd99191e05cbd1ef4baf07b18a8bb5d9252fd1552a8e0bdf5b5749122"
}
},
"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"
}
}
}
}