Skip to content

Commit

Permalink
Merge pull request #30 from fluxxcode/chore/update_egui
Browse files Browse the repository at this point in the history
Update egui to version v0.30
  • Loading branch information
urholaukkarinen authored Jan 6, 2025
2 parents 2df102d + 7c5970a commit fa87c5d
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.29", default-features = false }
egui = { version = "0.30", 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.29"
eframe = "0.30"
egui-toast = { path = ".." }

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

0 comments on commit fa87c5d

Please sign in to comment.