Skip to content

Commit

Permalink
Update Cargo.toml to bump egui versions
Browse files Browse the repository at this point in the history
Signed-off-by: Raleigh Littles <[email protected]>
  • Loading branch information
raleighlittles authored Jan 14, 2024
1 parent 8b40318 commit 4ea6f4b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gq_gmc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ repository = "https://github.com/raleighlittles/GQ_Geiger_Counter_Comm_Protocol"

chrono = "0.4.31"
csv = "1.3.0"
eframe = "0.24.1"
egui = "0.24.1"
egui_extras = { version = "0.24.2", features = ["all_loaders"] }
serialport = "4.2.2"
eframe = "0.25.0"
egui = "0.25.0"
# For image loading into GUI
egui_extras = { version = "0.25.0", features = ["all_loaders"] }
serialport = "4.2.2"

0 comments on commit 4ea6f4b

Please sign in to comment.