2025-03-25 20:28:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.6.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.6.3/slang-2025.6.3-windows-x86_64.zip",
"hash": "3f96b69f775566a748099a4fefa4cfe6a42227192a57857034b8e47bc8919024"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.6.3/slang-2025.6.3-windows-aarch64.zip",
"hash": "0ae490a77cf54227d1d14d13da65c62b04a6a7f1fd662798bcb8e9b6d4f4b054"
}
},
"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"
}
}
}
}