2025-08-07 00:45:20 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.14",
"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.14/slang-2025.14-windows-x86_64.zip",
"hash": "3e7bd18fbad617724c513592e1a51d093923f1900c2ccdcba547b31ff3011c5a"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.14/slang-2025.14-windows-aarch64.zip",
"hash": "e527440f75ed3983fbf045d31e120040440fcf4393691b0de53da59e03e9b501"
}
},
"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"
}
}
}
}