2025-02-21 04:30:26 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.5.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/v2025.5.2/slang-2025.5.2-windows-x86_64.zip",
"hash": "9d2c8b6e3c6a8b5fb2945f40e53bea103d208aad601a934332358ef478d3ad4b"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5.2/slang-2025.5.2-windows-aarch64.zip",
"hash": "8589a720a0cc365144ca220ebb2b9bfea4de41a2ee185fd1e4b4ef969257a839"
}
},
"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"
}
}
}
}