2024-03-20 04:26:42 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.1.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.1.4/slang-2024.1.4-win64.zip",
"hash": "a59e78d2035ae8ed19e778fe9186bc16e06c54c38141f519631440dccfe2c048",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win32.zip",
"hash": "8469c2f1dca4c2efdf81dd865079a7d571acfa2939b62834c4a54cfe6bb8f52c",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win-arm64.zip",
"hash": "27967f8ac70a128fb709591001c59762c1764ef130110b5f4a0b4b6ad2f6def6",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/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-win64.zip"
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip"
}
}
}
}