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

49 lines
1.9 KiB
JSON

{
"version": "2023.3.5",
"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.5/slang-2023.3.5-win64.zip",
"hash": "c0b639aa23cf07c8a415bc291b5e4af13cd24d390539cde5a1171cc4b41d5ec2",
"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.5/slang-2023.3.5-win32.zip",
"hash": "d2ee3866642236d835a90ba0bb2a14b3428124c5b8e7758317501d9779ca1d3d",
"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.5/slang-2023.3.5-win-arm64.zip",
"hash": "64a20fcb16da990f31ef395678dcc82f268baef6a4a2e30997927a494b990fda",
"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"
}
}
}
}