Skip to content

Commit

Permalink
support a range of egui and rapier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Jun 12, 2024
1 parent bbb4580 commit 1c2b414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ bevy_utils = { version = "0.13", default-features = false }
bevy_window = { version = "0.13", default-features = false }

bevy_eventlistener = "0.7"
bevy_egui = { optional = true, version = "0.25" }
bevy_rapier3d = { optional = true, version = "0.25" }
bevy_egui = { optional = true, version = ">=0.25, <=0.27" }
bevy_rapier3d = { optional = true, version = ">=0.25, <=0.26" }
bevy_xpbd_3d = { optional = true, version = "0.4" }

# Local
Expand Down

0 comments on commit 1c2b414

Please sign in to comment.