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:
parent
42e25f5ef2
commit
48dc65f60b
3 changed files with 2 additions and 101 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue