Skip to content

Commit

Permalink
Merge pull request #29 from bircni/patch01
Browse files Browse the repository at this point in the history
update to egui 0.29
  • Loading branch information
urholaukkarinen authored Oct 5, 2024
2 parents bb73d91 + 0021d81 commit b39b386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.28", default-features = false }
egui = { version = "0.29", default-features = false }
4 changes: 2 additions & 2 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.8.0"
edition = "2021"

[dependencies]
eframe = "0.28"
eframe = "0.29"
egui-toast = { path = ".." }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"

0 comments on commit b39b386

Please sign in to comment.