2024-05-30 04:29:51 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.1.18",
"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.18/slang-2024.1.18-win64.zip",
"hash": "eca08ead4a37813961c12db291c7c191c1b4e5a57d9f08d0b23f8b5865a23f8c",
"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.18/slang-2024.1.18-win32.zip",
"hash": "cb954829cad194163ab3662fc78adae96fd688fa84cba50efe0b9fa4160d8ee2",
"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.18/slang-2024.1.18-win-arm64.zip",
"hash": "2cdac018de469bfdea16a0822f23498e66a4c63cc2fa7655a2a8e545bab3f965",
"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"
}
}
}
}