Skip to content

Commit

Permalink
Merge pull request #7 from sowbug/main
Browse files Browse the repository at this point in the history
egui 0.22.0; remove dark-light feature
  • Loading branch information
urholaukkarinen authored May 24, 2023
2 parents 98724ca + 816bc0d commit 16b88e0
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,7 +16,7 @@ keywords = ["egui", "toast", "notification"]
members = ["demo"]

[dependencies]
egui = "0.21.0"
egui = "0.22.0"

[profile.release]
opt-level = 2
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.7.0"
edition = "2021"

[dependencies]
eframe = { version = "0.21.0", features = ["dark-light"] }
eframe = "0.22.0"
egui-toast = { path = ".." }

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

0 comments on commit 16b88e0

Please sign in to comment.