Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps bevy_rapier2d from 0.28.0 to 0.29.0.

Changelog

Sourced from bevy_rapier2d's changelog.

v0.29.0 (18 February 2025)

Added

  • Added optional feature picking-backend to support bevy_picking.
    • See picking_backend module documentation for more details.
  • Added geometry::to_bevy_mesh module behind the feature to-bevy-mesh to help with converting parry shapes into bevy meshes (#628).
    • Lines, round and custom shapes are not implemented.

Modified

  • Update from rapier 0.22 to rapier 0.23, see rapier's changelog.
  • Collider::trimesh and Collider::trimesh_with_flags now return a Result.
  • Under the feature async-collider, The RapierPhysicsPlugin now adds AssetPlugin, MeshPlugin and ScenePlugin if these were not added, to circumvent a runtime crash over missing required resources.
  • RapierPhysicsPlugin can be customized through with_physics_sets_systems to opt out of default systems from PhysicsSet.
  • RapierContext has been split in multiple Components:
    • RapierContextColliders
    • RapierContextJoints
    • RapierContextSimulation
    • RapierRigidBodySet
  • Renamed DefaultReadRapierContext to ReadRapierContext and DefaultWriteRapierContext to WriteRapierContext. They have a new bevy::QueryFilter type parameter, defaulting to With<DefaultRapierContext>.
Commits
  • 8c1d1a1 release v0.29
  • ed121ed chore: 0.29 prep
  • 2183ef1 changelog: add limitations on #628
  • 936e157 changelog: add limitations on #628
  • a4e9343 Add a way to convert a parry shape to bevy mesh #628
  • c11fd65 enable to-bevy-mesh by default
  • 8fa5c8f gate to-bevy-mesh behind a feature because it requires bevy render and asset
  • 5d346a6 Merge branch 'master' into mesh_parry_to_bevy
  • 1873289 Use cargo-check-all-features in CI #614
  • 17ed2c4 add changelog line
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 18, 2025
Bumps [bevy_rapier2d](https://github.com/dimforge/bevy_rapier) from 0.28.0 to 0.29.0.
- [Changelog](https://github.com/dimforge/bevy_rapier/blob/master/CHANGELOG.md)
- [Commits](dimforge/bevy_rapier@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bevy_rapier2d-0.29.0 branch from f4c897a to 9a135ad Compare April 9, 2025 03:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2025

Superseded by #554.

@dependabot dependabot bot closed this May 15, 2025
@dependabot dependabot bot deleted the dependabot/cargo/bevy_rapier2d-0.29.0 branch May 15, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant