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

37
Cargo.lock generated
View file

@ -1604,10 +1604,10 @@ dependencies = [
"serde",
"serde_json",
"smithay-client-toolkit",
"stray",
"strip-ansi-escapes",
"swayipc-async",
"sysinfo",
"system-tray",
"tokio",
"tracing",
"tracing-appender",
@ -2738,23 +2738,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stray"
version = "0.1.3"
source = "git+https://github.com/jakestanger/stray?branch=fix/connection-errors#d2ba068e2b1e4bc1ab62950612cb8ea08576fca1"
dependencies = [
"anyhow",
"byteorder",
"chrono",
"log",
"serde",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"zbus",
]
[[package]]
name = "strip-ansi-escapes"
version = "0.1.1"
@ -2887,6 +2870,24 @@ dependencies = [
"version-compare",
]
[[package]]
name = "system-tray"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8f7f19237d2149a8e4b56409c579b26a98748e3cfadba93762c4746c4c7ae2"
dependencies = [
"anyhow",
"byteorder",
"chrono",
"log",
"serde",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"zbus",
]
[[package]]
name = "target-lexicon"
version = "0.12.7"