Skip to content

Commit

Permalink
Merge pull request #19 from Traverse-Research/egui_v0.25
Browse files Browse the repository at this point in the history
⬆️ Update `egui` to `v0.25`
  • Loading branch information
urholaukkarinen authored Jan 9, 2024
2 parents ab50254 + 75debe1 commit e6b05f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"]
members = ["demo"]

[dependencies]
egui = { version = "0.24.1", default-features = false }
egui = { version = "0.25", default-features = false }
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.8.0"
edition = "2021"

[dependencies]
eframe = "0.24.0"
eframe = "0.25.0"
egui-toast = { path = ".." }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit e6b05f4

Please sign in to comment.