2024-02-21 08:27:15 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.0.7",
"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.0.7/slang-2024.0.7-win64.zip",
"hash": "f96e6959f74a679899a91dc5c26f6339af6b658579ee5c7db59b1efa31fc7f50",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.7/slang-2024.0.7-win32.zip",
"hash": "3b1e0b8a63352f71c951483aead57ca29215fc74508df71c81dcff6944b96caa",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.7/slang-2024.0.7-win-arm64.zip",
"hash": "750cdcfb9a1f89261dfeb3b74379e94b0d7c982d32d704c1c517a4bd9916ff19",
"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"
}
}
}
}