{ "version": "2024.11", "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.11/slang-2024.11-windows-x86_64.zip", "hash": "60fa376d475fc5048d101d0f266c36ebe2f4bd89e36476ed6b5b15d4fba2143a" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.11/slang-2024.11-windows-aarch64.zip", "hash": "cc09c753790d0cc06dc78fba0431bf6827ab12847e65aefa9bddba290e908edb" } }, "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" } } } }