{ "version": "2025.14.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.14.1/slang-2025.14.1-windows-x86_64.zip", "hash": "acabc543dd1a9f8c46187ee1ae2c76e5c0377ee73a6668c2eb66a7b0a08c8d40" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2025.14.1/slang-2025.14.1-windows-aarch64.zip", "hash": "89ec7f61a70ce8b997c0ad65ca6581b8e9c33adfdd00a3a0c01175dd7fd49c14" } }, "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" } } } }