1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

build: replace stray with system-tray fork

Fully resolves #166
This commit is contained in:
Jake Stanger 2023-08-13 15:11:29 +01:00
parent 5255ddffbb
commit b6e4ed6608
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 30 additions and 32 deletions

View file

@ -52,7 +52,7 @@ music = ["regex"]
sys_info = ["sysinfo", "regex"]
tray = ["stray"]
tray = ["system-tray"]
upower = ["upower_dbus", "zbus", "futures-lite"]
@ -122,7 +122,7 @@ mpris = { version = "2.0.1", optional = true }
sysinfo = { version = "0.29.7", optional = true }
# tray
stray = { version = "0.1.3", optional = true }
system-tray = { version = "0.1.4", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }
@ -137,7 +137,4 @@ futures-util = { version = "0.3.21", optional = true }
# shared
regex = { version = "1.8.4", default-features = false, features = [
"std",
], optional = true } # music, sys_info
[patch.crates-io]
stray = { git = "https://github.com/jakestanger/stray", branch = "fix/connection-errors" }
], optional = true } # music, sys_info