Skip to content

Commit

Permalink
Update bevy_egui to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Apr 14, 2024
1 parent 91a5144 commit 8861f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builtin-parser = ["dep:logos"]
[dependencies]
# This crate by itself doesn't use any bevy features, but `bevy_egui` (dep) uses "bevy_asset".
bevy = { version = "0.13.0", default-features = false, features = [] }
bevy_egui = "0.25.0"
bevy_egui = "0.26.0"
chrono = "0.4.31"
tracing-log = "0.2.0"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 8861f87

Please sign in to comment.