2025-04-14 20:29:06 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.6.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/v2025.6.4/slang-2025.6.4-windows-x86_64.zip",
"hash": "62c2df30af02f8d5bb27daec7e89d834b306fd7af08044cc9512dc093aeb5961"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.6.4/slang-2025.6.4-windows-aarch64.zip",
"hash": "f2f6f95f7c2d170064e79263c3fd054d41dd6d3ed939fdf46ba5bfa6d3d24d4d"
}
},
"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"
}
}
}
}