2025-06-10 20:29:56 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.10.3",
"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.3/slang-2025.10.3-windows-x86_64.zip",
"hash": "1db668dfc69cfd603523cd81e30996f7a4b1de5dbf8443748290a8a274160ff2"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10.3/slang-2025.10.3-windows-aarch64.zip",
"hash": "762bdaac30c71af1d1ccde666fc68e392ef4fce17d51835893ee67a59de170cf"
}
},
"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"
}
}
}
}