2025-05-27 08:30:28 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.10",
"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.10/slang-2025.10-windows-x86_64.zip",
"hash": "c2606988d65c8418135263c8267c21da608b3e28075707b092e1349456b8624a"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.10/slang-2025.10-windows-aarch64.zip",
"hash": "1238f5fceb0435b768b6e45250532f3aee406f4ea316cd9afbdc6588b98d749f"
}
},
"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"
}
}
}
}