Revert egui update due to a lot of issues arising from window closing

This commit is contained in:
Luke D. Jones
2023-12-27 10:13:26 +13:00
parent 4541d2e1ba
commit ce870cd5ed
13 changed files with 162 additions and 317 deletions

View File

@@ -10,11 +10,12 @@ edition = "2021"
#mocking = []
[dependencies]
egui = "0.24.1"
eframe = "0.24.1"
egui_plot = "0.24.1"
# egui = { path = "../../egui/crates/egui" }
# eframe = { path = "../../egui/crates/eframe" }
# egui = "0.24.1"
# eframe = "0.24.1"
# egui_plot = "0.24.1"
# Stuck on this revision due to crash issues on app close
egui = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
eframe = { git = "https://github.com/emilk/egui", rev = "b8e798777de519de3a1878798097ab2ab0bd4def"}
libappindicator = "0.8" # Tray icon
gtk = "0.16"