2024-05-16 08:25:14 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.1.16",
"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.16/slang-2024.1.16-win64.zip",
"hash": "578c13c6bf15aa0da7854599b3b10e9b83ae2dfc1561ed58fb42f4d2a5e281d4",
"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.16/slang-2024.1.16-win32.zip",
"hash": "6c30bf0fcf175acdd5dd0a140413c73d5ad07f12be67ed97b88c250b69bba169",
"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.16/slang-2024.1.16-win-arm64.zip",
"hash": "63a1c694584a6d8532a5fedc723ecfd4fe13fe91e100e0bccadb65224823fc94",
"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"
}
}
}
}