Skip to content

Commit

Permalink
build(deps): bump rapier2d from 0.18.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [rapier2d](https://github.com/dimforge/rapier) from 0.18.0 to 0.19.0.
- [Changelog](https://github.com/dimforge/rapier/blob/master/CHANGELOG.md)
- [Commits](dimforge/rapier@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: rapier2d
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent b75f5b4 commit dbcbce6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 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 @@ -15,4 +15,4 @@ egui-macroquad = "0.15"
macroquad = { version = "0.3.26", default-features = false }
rand = "0.8.5"
rand_distr = "0.4.3"
rapier2d = { version = "0.18.0", features = ["simd-stable"] }
rapier2d = { version = "0.19.0", features = ["simd-stable"] }

0 comments on commit dbcbce6

Please sign in to comment.