2023-10-14 20:23:16 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2023.4.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/v2023.4.0/slang-2023.4.0-win64.zip",
"hash": "a44b827b69b6731de3da95ea0f9a9f181370fd7fcf86151d350526d0927d0fd1",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.0/slang-2023.4.0-win32.zip",
"hash": "809362a806e410c32d1cecb84fbe646025987297313b960a8ede275e6bdf0a2f",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.4.0/slang-2023.4.0-win-arm64.zip",
"hash": "f86522dacdd53a9d45742691c763fc62e4e036cab4fc41f587d7b614ebece49f",
"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"
}
}
}
}