2025-05-22 08:31:00 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.9.2",
"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.9.2/slang-2025.9.2-windows-x86_64.zip",
"hash": "1e52578e3b7bb545363df35c9f9d382345511389d3b9c6d3b5ee05eecc34a31d"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.9.2/slang-2025.9.2-windows-aarch64.zip",
"hash": "921a0dcb7f14c1c97ad8790f59ee653d823c98b8dfe1fb1c44ca0944dffb4fbc"
}
},
"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"
}
}
}
}