2023-10-03 04:26:00 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2023.3.17",
"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.3.17/slang-2023.3.17-win64.zip",
"hash": "8fb66dac43a9fa6daa99c2992c3e5c32a38c9ebcb5439175cc146460356d94ac",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win32.zip",
"hash": "e0b93d85e7318a5eed277d109a0505e475aa2b657e5ac587f7b2084fa1c6d393",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win-arm64.zip",
"hash": "6db80efb6145c6158a74115c12e7e80610134fa4aba0fd2f86e0a16207cef532",
"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"
}
}
}
}