{ "version": "2023.2.0", "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.2.0/slang-2023.2.0-win64.zip", "hash": "1030bbd6885c7a285a87b38872fca8b857821a91036478f1ecc044cbfeb2b638", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win32.zip", "hash": "3034396d5ceabaca3b3ec7acb5eecc7bd8620bd903a95e950326e8a3b8665d09", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win-arm64.zip", "hash": "53c451d660883f8d6bf65c13ce4445244939097bb4ac4f7956bb2bab02d4e578", "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" } } } }