2023-04-13 00:32:59 +00:00

49 lines
1.9 KiB
JSON

{
"version": "0.27.10",
"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.27.10/slang-0.27.10-win64.zip",
"hash": "8d33e3e5592760250606334ad3f718d1ee34b108bfe1e1109cb3c6e3fa979a85",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win32.zip",
"hash": "105a44f128f47b277e402e64ca1ac2765e084ea986d1e3a24064bdfac3ff2d3a",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win-arm64.zip",
"hash": "e4e489b88620b0ee60302c8a3bb2f569a6cf53780c8967ce95391210a2612c9d",
"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"
}
}
}
}