Various tray and notification improvements

This commit is contained in:
Luke D. Jones
2023-04-26 10:57:13 +12:00
parent 31af8f9511
commit 25ecfda095
6 changed files with 181 additions and 42 deletions

View File

@@ -10,8 +10,10 @@ edition = "2021"
mocking = []
[dependencies]
egui = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
eframe = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
# egui = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
# eframe = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
egui = { path = "../../egui/crates/egui" }
eframe = { path = "../../egui/crates/eframe" }
libappindicator = "0.7" # Tray icon
gtk = "0.15.5"