2025-01-17 04:30:10 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.2.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.2.2/slang-2025.2.2-windows-x86_64.zip",
"hash": "e161375be4096c53f81a005d8d8f4e889464ef4158d0700d3f025e99fa0c26dc"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.2.2/slang-2025.2.2-windows-aarch64.zip",
"hash": "b9f5bf282ff28d08dcc12941a3b0196af412c3f6a034f90ac3d0563e5175dde7"
}
},
"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"
}
}
}
}