Skip to content

Commit

Permalink
Update egui to v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tosti007 committed Jan 9, 2024
1 parent ab50254 commit 75debe1
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 75debe1

Please sign in to comment.