2024-11-08 00:34:47 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2024.14.5",
"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/v2024.14.5/slang-2024.14.5-windows-x86_64.zip",
"hash": "0d9d74f7b67c2fa37413140d7a65f7a9aab7e3ba9961cbecaf8016234987a6c7"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.14.5/slang-2024.14.5-windows-aarch64.zip",
"hash": "e06a7daad66a43c5687069b63db50285dc28d08b8016b896dde843dac3ee6ab7"
}
},
"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"
}
}
}
}