2025-09-09 00:37:54 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.16.1",
"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.16.1/slang-2025.16.1-windows-x86_64.zip",
"hash": "13819af19934d75615f10ad7ac3b74595c5b87c763a995a21acfab9eb5cee671"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.16.1/slang-2025.16.1-windows-aarch64.zip",
"hash": "de9c7d567a740f9846632c8c13b301a8becc9565995028c33e87de935a24085c"
}
},
"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"
}
}
}
}