2023-05-24 16:27:46 +00:00

49 lines
1.9 KiB
JSON

{
"version": "0.28.0",
"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/v0.28.0/slang-0.28.0-win64.zip",
"hash": "f8f0a589fffcdd10a5523b77c881753e00afead9a2d096c5cf57895e303ec233",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.0/slang-0.28.0-win32.zip",
"hash": "27b3aa373aa0245904bd52e0d76b4a443b96fbc4405e29927bc22dec59fb5c9b",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.0/slang-0.28.0-win-arm64.zip",
"hash": "7cf95e55133271c13a249e2c3e466a40a06d9e96c6b903989f47b0dec3f0d3b5",
"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"
}
}
}
}