2026-02-09 08:34:43 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2026.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/v2026.2/slang-2026.2-windows-x86_64.zip",
"hash": "bb19840c519e1fd0a9eabe5b1de1cb09a4fb1f7cca3e2748801680baf60f6e7c"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2026.2/slang-2026.2-windows-aarch64.zip",
"hash": "666e3098dfa40379ca018150cf3acfd02da8f4697ed6fac6bdd7214c93873183"
}
},
"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"
}
}
}
}