2025-04-25 08:30:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.7.1",
"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.7.1/slang-2025.7.1-windows-x86_64.zip",
"hash": "4e534c3c080422783396b6c34692360e883cb793b9b316586c457ec7f29a8eda"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.7.1/slang-2025.7.1-windows-aarch64.zip",
"hash": "6205a72a8688de09763703239539021e053ac2c97f1472f79a57010f92160b16"
}
},
"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"
}
}
}
}