2024-03-15 00:33:39 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.1.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/v2024.1.2/slang-2024.1.2-win64.zip",
"hash": "50da930fc6d7790152bb59c6b7b305b3531afeb693d7059f51c68552575ca112",
"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.2/slang-2024.1.2-win32.zip",
"hash": "a8ffe15cdf2a8ad2a42ca0c789136197aa41d08c2b603de40739a88a3c5a20db",
"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.2/slang-2024.1.2-win-arm64.zip",
"hash": "594554e1620c161a7779e517cb0fe6096363988e9853a103145e567acf7c6f0b",
"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"
}
}
}
}