{ "version": "2025.15", "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.15/slang-2025.15-windows-x86_64.zip", "hash": "497580a673ca41b17cf05656a8d726792ee2870057ae2a9792f1ca72125c00d1" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2025.15/slang-2025.15-windows-aarch64.zip", "hash": "f70194a824a2ef59aac3b4ad2edcdbcfe181d8bdc8ef34fb49b70e5b3ce8ca95" } }, "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" } } } }