{ "version": "2024.15.2", "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.15.2/slang-2024.15.2-windows-x86_64.zip", "hash": "5b2097b58d339eb64ba786b35e839a8340bec43a5d542c48a984164f6311e88e" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.15.2/slang-2024.15.2-windows-aarch64.zip", "hash": "9c9ac6d3fcecf13aff4554fa52c50aff67de47c931e2df4984dcb5d71e1cfbcd" } }, "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" } } } }