2025-07-08 08:31:18 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.12.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.12.1/slang-2025.12.1-windows-x86_64.zip",
"hash": "1713256b4f1b9265aa5993d6f4bd801b61b46d83150e88e923175cefbcca1025"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.12.1/slang-2025.12.1-windows-aarch64.zip",
"hash": "58a49bfe735277304108eb540b2db337d89f79ec70e2697aeccf531e63fba3de"
}
},
"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"
}
}
}
}