2023-04-14 00:33:24 +00:00

49 lines
1.9 KiB
JSON

{
"version": "0.27.14",
"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/v0.27.14/slang-0.27.14-win64.zip",
"hash": "060aa64f14ab935c847a3449eda9997286f142e3a81f943d4da328f31f943563",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.14/slang-0.27.14-win32.zip",
"hash": "50b178ac808ee6d3840faf4690b10fbca64048c51a05a479dfdf691bd2146f71",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.14/slang-0.27.14-win-arm64.zip",
"hash": "f133484e6cd86be9df1660cc694158c472f7644e5790811f4dfac17897a8ff35",
"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"
}
}
}
}