2024-06-03 08:28:51 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.1.19",
"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.1.19/slang-2024.1.19-win64.zip",
"hash": "ed5681ae0830184f9bbbd1f3ad3736143fc529189d7634c4c5323b6e0e2441d5",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.19/slang-2024.1.19-win32.zip",
"hash": "a6e63eb4356fd1e07f8b7558efed6c9d5fb2642eebc3760224679803371bb58b",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.19/slang-2024.1.19-win-arm64.zip",
"hash": "6bee54a0bc8209b0bffe6161611dfcf596d1afe5686bb265f4bcbf65465e8ea8",
"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"
}
}
}
}