{ "version": "2023.3.10", "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.3.10/slang-2023.3.10-win64.zip", "hash": "644bfda7e28081e198f070ad6b022fc0c3c7ef365739403017870ad9fe8361cd", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win32.zip", "hash": "c6f52e32a2e4b5ede68bd943bebffc44f2933d9d1bbb3a95f41f638de6a99451", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win-arm64.zip", "hash": "78e00a7607da4ee6418cad385a498ce840674a446c2febeb91189cbfd22753a5", "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" } } } }