Skip to content

Commit

Permalink
Merge pull request #17 from GuillaumeSchmid/main
Browse files Browse the repository at this point in the history
Updated egui version to 0.24
  • Loading branch information
urholaukkarinen authored Nov 25, 2023
2 parents 827a6f5 + cddad22 commit 05b7f41
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,7 +16,7 @@ keywords = ["egui", "toast", "notification"]
members = ["demo"]

[dependencies]
egui = { version = "0.23.0", default-features = false }
egui = { version = "0.24.0", default-features = false }

[profile.release]
opt-level = 2
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.23.0"
eframe = "0.24.0"
egui-toast = { path = ".." }

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

0 comments on commit 05b7f41

Please sign in to comment.