Skip to content

Commit

Permalink
Update bevy_egui to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Oct 17, 2023
1 parent 254c9e1 commit fa4452f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bevy_utils = { version = "0.11", default-features = false }
bevy_window = { version = "0.11", default-features = false }

bevy_eventlistener = "0.5"
bevy_egui = { optional = true, version = "0.21" }
bevy_egui = { optional = true, version = "0.22" }
bevy_rapier3d = { optional = true, version = "0.22" }

# Local
Expand Down
3 changes: 1 addition & 2 deletions backends/bevy_picking_egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ bevy_app = { version = "0.11", default-features = false }
bevy_ecs = { version = "0.11", default-features = false }
bevy_reflect = { version = "0.11", default-features = false }
bevy_render = { version = "0.11", default-features = false }

bevy_egui = "0.21"
bevy_egui = "0.22"
# Local
bevy_picking_core = { path = "../../crates/bevy_picking_core", version = "0.15" }
bevy_picking_selection = { path = "../../crates/bevy_picking_selection", optional = true, version = "0.15" }
Expand Down

0 comments on commit fa4452f

Please sign in to comment.