Skip to content

Commit

Permalink
Update all egui
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Nov 27, 2023
1 parent a5d2ed8 commit 46cd6d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ snafu = { version = "0.7.5", features = ["backtrace"] }
lexical-core = "0.8.5"
heapless = "0.8.0"
rstest = "0.18.2"
eframe = { version = "0.23.0", optional = true }
eframe = { version = "0.24.0", optional = true }
egui = { version = "0.24.0", optional = true }
egui_extras = { version = "0.23.0", features = [
egui_extras = { version = "0.24.0", features = [
"datepicker",
"http",
"image",
], optional = true }
egui-toast = { version = "0.9.0", optional = true }
egui-toast = { version = "0.10.0", optional = true }
rfd = { version = "0.12.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 46cd6d6

Please sign in to comment.