{ "version": "2024.9.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/v2024.9.1/slang-2024.9.1-windows-x86_64.zip", "hash": "1b903fa92c8f7d832ac1607be865543ca2bb352342099de81e31d8b1d90d0f75" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.9.1/slang-2024.9.1-windows-aarch64.zip", "hash": "4a4ea6297bbdfeb0141402b5dd6b5addf2cbef3bd1b2219238ad4e69dc9122e4" } }, "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" } } } }