2023-09-14 00:32:58 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2023.3.8",
"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.8/slang-2023.3.8-win64.zip",
"hash": "a2aea606f9538dfe4b501822d1363457c075619052de2383e15474b07ab187f0",
"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.8/slang-2023.3.8-win32.zip",
"hash": "e8388912d5ede55f04bb140d5d7fca172cee1eb845ed85e90da445f6997a2461",
"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.8/slang-2023.3.8-win-arm64.zip",
"hash": "dd42fb55a02ffb58ea289d27c61ab857211d9b25e4b6423504760995ff3b3902",
"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"
}
}
}
}