2025-02-28 08:30:29 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.6.1",
"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.6.1/slang-2025.6.1-windows-x86_64.zip",
"hash": "47ef4f7f2df17f9965612bc39e63dac0d9748985887339bb5f11f2d931c0cb61"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.6.1/slang-2025.6.1-windows-aarch64.zip",
"hash": "74d3843c7ed6c75fd6049655c3fb079af4325ceb91c4312e04e44d16a108b590"
}
},
"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"
}
}
}
}