refactor: remove legacy tauri stack and update iced docs

This commit is contained in:
ReTeamSpeak
2026-05-13 13:35:22 +09:00
parent 4a54f6667c
commit abf380476f
94 changed files with 789 additions and 13393 deletions
+5 -4
View File
@@ -20,13 +20,14 @@ tracing-subscriber = { workspace = true }
chrono = { workspace = true }
cpal = { version = "0.15", optional = true }
audiopus = { version = "0.3.0-rc.0", optional = true }
nnnoiseless = { version = "0.5", optional = true }
sonora = { version = "0.1", optional = true }
rusqlite = { version = "0.31", optional = true }
shared = { workspace = true }
tscore = { workspace = true }
tsdb = { workspace = true }
tsclientlib = { workspace = true }
tsproto-packets = { workspace = true }
[features]
default = []
audio = ["dep:cpal", "dep:audiopus"]
audio = ["dep:cpal", "dep:audiopus", "dep:nnnoiseless", "dep:sonora"]
rusqlite = ["dep:rusqlite"]