1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

chore(tray): remove unneeded png image code

This commit is contained in:
Jake Stanger 2024-11-17 14:47:15 +00:00
parent 42e25f5ef2
commit 48dc65f60b
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 2 additions and 101 deletions

View file

@ -68,7 +68,7 @@ notifications = ["zbus"]
sys_info = ["sysinfo", "regex"]
tray = ["system-tray", "png"]
tray = ["system-tray"]
upower = ["upower_dbus", "zbus", "futures-lite"]
@ -149,7 +149,6 @@ sysinfo = { version = "0.29.11", optional = true }
# tray
system-tray = { version = "0.4.0", features = ["dbusmenu-gtk3"], optional = true }
png = { version = "0.17.14", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }