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

Merge pull request #425 from JakeStanger/fix/tray

Tray rewrite
This commit is contained in:
Jake Stanger 2024-02-01 22:49:51 +00:00 committed by GitHub
commit ef41462ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 666 additions and 282 deletions

4
Cargo.lock generated
View file

@ -3002,9 +3002,9 @@ dependencies = [
[[package]]
name = "system-tray"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8f7f19237d2149a8e4b56409c579b26a98748e3cfadba93762c4746c4c7ae2"
checksum = "a456e3e6cbd396f1a3a91f8f74d1fdcf2bde85c97afe174442c367f4749fc09b"
dependencies = [
"anyhow",
"byteorder",