Skip to content

build(deps): bump bevy_rapier2d from 0.28.0 to 0.30.0 #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps bevy_rapier2d from 0.28.0 to 0.30.0.

Changelog

Sourced from bevy_rapier2d's changelog.

v0.30.0 (15 May 2025)

Added

  • Added a serialization serialization2 example for bevy_rapier2d.
  • Added reflection for Default in addition to Component. #649

Modified

  • Update Bevy to 0.16.
  • Update from rapier 0.23 to rapier 0.25, see rapier's changelog.
    • Notably, support and examples for parry's new Voxels shape have been added.
  • RapierContextInitialization::InitializeDefaultRapierContext now has more fields for better control over default physics context.
  • ContactPairView::collider1 and ContactPairView::collider2 now return an Option.

Fixed

  • Fix position being incorrect when a rigidbody bevy entity has a scaled parent. #646

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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

---
updated-dependencies:
- dependency-name: bevy_rapier2d
  dependency-version: 0.30.0
  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.30.0 branch from 3b0a92f to 2c4d251 Compare May 18, 2025 17:57
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.

0 participants