{ "version": "2024.14.2", "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.2/slang-2024.14.2-windows-x86_64.zip", "hash": "68b8e480353707cfd043b74939d9f6a12183c9a8dbd09dc2ef0c728de1212c03" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.14.2/slang-2024.14.2-windows-aarch64.zip", "hash": "a824a18f42256712dadb68f066ee69f25bfe743bf7f796b6f2a68d72a5afd0df" } }, "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" } } } }