2023-09-04 00:33:01 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2023.3.2",
"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.2/slang-2023.3.2-win64.zip",
"hash": "d8d92903997d373307c7693dc87689273c1661cc48e153a51937bcc5d3da5e67",
"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.2/slang-2023.3.2-win32.zip",
"hash": "a0d3e3a9da86149d3c225226b512cdf2ef7dfec78910e834652d37ea5c898382",
"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.2/slang-2023.3.2-win-arm64.zip",
"hash": "92de68194e1d454798b4bfd3d45194903804b0c84f56286049b1d272f7f3d9c9",
"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"
}
}
}
}