{ "version": "2024.14.3", "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.14.3/slang-2024.14.3-windows-x86_64.zip", "hash": "bf0cf231c81aa6a544637d72070c0176ad4674297d912297a2d8e5901aa4fa7c" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.14.3/slang-2024.14.3-windows-aarch64.zip", "hash": "50e721f164f8179ad19228e86c4c8c7e3d575bf45ca731a8e323e33b8c6f2386" } }, "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" } } } }