feat(live2d): 添加 Live2D 渲染插件及相关依赖,替代 Firefox kiosk 方案

This commit is contained in:
2026-07-07 16:13:40 +08:00
parent 2aac62b2bb
commit 86e36aa677
7 changed files with 510 additions and 44 deletions

View File

@@ -37,3 +37,6 @@ ureq = "2"
flate2 = "1"
tar = "0.4"
semver = "1"
# Live2D 渲染
image = { version = "0.25", default-features = false, features = ["png"] }