Skip to content

Commit

Permalink
Merge #302
Browse files Browse the repository at this point in the history
302: bump bevy_rapier2d for fixes implemented in v0.20.0 r=odecay a=odecay

This fixes #227 from my testing. 
I think this dimforge/bevy_rapier#250 addressed it and bumping version included this fix.

Co-authored-by: otis <electricbuck@gmail.com>
  • Loading branch information
bors[bot] and odecay authored Mar 8, 2023
2 parents 0d09481 + fa20189 commit ab48fe1
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 13 deletions.
119 changes: 107 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0.58"
bevy-parallax = "0.3.0"
bevy_egui = "0.18.0"
bevy_kira_audio = { version = "0.13.0", features = ["mp3"] }
bevy_rapier2d = { version = "0.19.0", features = ["debug-render"] }
bevy_rapier2d = { version = "0.20.0", features = ["debug-render-2d"] }
egui_extras = "0.20.0"
getrandom = { version = "0.2", features = ["js"] }
iyes_loopless = { version = "0.9.0", features = ["states"] }
Expand Down

0 comments on commit ab48fe1

Please sign in to comment.