{ "version": "2025.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/v2025.9.1/slang-2025.9.1-windows-x86_64.zip", "hash": "b86e9027285f49531ee1ae956597e3b961bcddd1f575c7ebf4304ac7445f89c1" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2025.9.1/slang-2025.9.1-windows-aarch64.zip", "hash": "4c61382d85abbefbde8f9ef8d5ccc149d98fe2dd7dda43ee0749ac040e2f366a" } }, "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" } } } }