{ "version": "2023.0.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/v2023.0.3/slang-2023.0.3-win64.zip", "hash": "f98a2145817ccda375d9aea003a508081a4274154577a6e01de425056ec4b608", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win32.zip", "hash": "0bcedbfcd3c7e73e9ebd030e5ae17f5b3a0b8ab001ce5980fd487517551da09e", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.3/slang-2023.0.3-win-arm64.zip", "hash": "9651520fb38fb91bf262a64bbdd74d97db293fef7bc6dcd4049315109bb63e4a", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/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-win64.zip" }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip" } } } }