2025-06-26 08:30:26 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.11",
"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/v2025.11/slang-2025.11-windows-x86_64.zip",
"hash": "59c486dadebc3e5aaffe26b69d55a328f33b67b2380239d5241d91cbb548395f"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.11/slang-2025.11-windows-aarch64.zip",
"hash": "b0c41d50946c890b504b8d73ca892f0b089423713ae4868b42de7d0be55144b7"
}
},
"bin": [
"bin/slangc.exe",
"bin/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-windows-x86_64.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
}
}
}
}