{ "version": "2026.3.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/v2026.3.1/slang-2026.3.1-windows-x86_64.zip", "hash": "674ca6498176bd054af69f60e838dce2de8c29cec3c6ff21e11909acc7531b4c" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2026.3.1/slang-2026.3.1-windows-aarch64.zip", "hash": "fb67f125e53786b0caf9d8c5cd535c19cf8836924b166731f2de331ee0201b5f" } }, "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" } } } }