{ "version": "0.27.17", "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/v0.27.17/slang-0.27.17-win64.zip", "hash": "84685ca79d47d890db887aa8dcadeaf3317a498d5fc3725f788c269785777b2c", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win32.zip", "hash": "f8cf8ede1185dd076247e751b31f3d35b4787ff709a7ab895e5ff9f79ba882e5", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win-arm64.zip", "hash": "c4f82fb22713e45b4e3c0594a211264fd090b4ac287bbf7a5ae32514cad0b8a3", "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" } } } }