{ "version": "2024.14.4", "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.4/slang-2024.14.4-windows-x86_64.zip", "hash": "c4410ac09dd86dfcceeb2b2ed494ec976c533b7e18608fad518ec54c4fde8b42" }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.14.4/slang-2024.14.4-windows-aarch64.zip", "hash": "10d037074218535a4c0b6724798208da5ab99899bba4cf1dfb8fa510d8f73576" } }, "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" } } } }