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

fix(tray): some init issues

It ain't perfect but it'll do.

Resolves #2.
This commit is contained in:
Jake Stanger 2023-01-30 18:36:42 +00:00
parent 400ac00d23
commit 5fb412572f
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 62 additions and 16 deletions

4
Cargo.lock generated
View file

@ -2453,9 +2453,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stray"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e467969fcbf600ebb8d302aa6f2ee6cdf65d2a4c642844632bbdbcaf9c9e2b3e"
checksum = "358c1637c5ba4ccf1b6a0698de81454db644866cc426d1abc6d357b2efede511"
dependencies = [
"anyhow",
"byteorder",