linux-rust: add tray icon

This commit is contained in:
Kavish Devar
2025-10-21 15:55:33 +05:30
parent 43bfbda21e
commit cf2a242d7c
7 changed files with 1186 additions and 22 deletions

View File

@@ -12,4 +12,8 @@ log = "0.4.28"
dbus = "0.9.9"
hex = "0.4.3"
iced = {version = "0.13.1", features = ["tokio", "auto-detect-theme"]}
libpulse-binding = "2.30.1"
libpulse-binding = "2.30.1"
ksni = "0.3.1"
image = "0.25.8"
imageproc = "0.25.0"
ab_glyph = "0.2.32"