Skip to content

Commit

Permalink
Revert bevy_egui version change
Browse files Browse the repository at this point in the history
  • Loading branch information
hammypants committed Nov 9, 2024
1 parent 997ec2d commit f819a40
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 @@ -48,7 +48,7 @@ leafwing_input_manager_macros = { path = "macros", version = "0.15.1" }
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"serialize",
] }
bevy_egui = { version = "0.29", optional = true }
bevy_egui = { version = "0.28", optional = true }

derive_more = { version = "0.99", default-features = false, features = [
"display",
Expand Down

0 comments on commit f819a40

Please sign in to comment.