2025-07-02 16:30:09 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.12",
"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.12/slang-2025.12-windows-x86_64.zip",
"hash": "2adc95e76cbe07c0caf669a373997382772f589bc7f164347a79b429e4c41208"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.12/slang-2025.12-windows-aarch64.zip",
"hash": "4b2196df34ca102cf2c5f7ec6c4a43ced1687c650d45431849f129a777f12bb0"
}
},
"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"
}
}
}
}