Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps bevy_rapier2d from 0.19.0 to 0.20.0.

Changelog

Sourced from bevy_rapier2d's changelog.

0.20.0 (15 Jan. 2023)

Added

  • Add the RigidBodyDisabled and ColliderDisabled component that can be inserted to disable a rigid-body or collider without removing it from the scene.

Fix

  • Fix spawn position of colliders without rigid bodies.
  • Fix overriding enabled flag in debug render.

Modified

  • Make debug-rendering enabled by default when inserting the RapierDebugRenderPlugin plugin with its default configuration.
  • The debug-render feature has been replaced by two features: debug-render-2d and debug-render-3d. For example, using debug-render-2d with bevy_rapier3d, the debug-render will work with 2D cameras (useful, e.g., for top-down games with 3D graphics).
  • In order to facilitate the use of bevy_rapier in headless mode, the AsyncCollider and AsyncSceneCollider components were moved behind the async-collider feature (enabled by default). Disabling that feature will make bevy_rapier work even with the MinimalPlugins inserted insetad of the DefaultPlugins.
  • Corrected an API inconsistency where bevy_rapier components would sometimes require an InteracitonGroup type defined in rapier. It has been replaced by the CollisionGroup type (defined in bevy_rapier).
  • Velocity::zero,linear,angular are now const-fn.
Commits
  • 3899db0 Merge pull request #311 from dimforge/release-0.20
  • ec38668 Release v0.20.0
  • 8dbc80d Merge pull request #310 from dimforge/enable-disable
  • da60569 Fix compilation error after deps update
  • 40e28ea cargo fmt
  • 457d2c2 Add the ability to enable/disable colliders or rigid-bodies without removing ...
  • 702ae52 Merge pull request #284 from dimforge/dependabot/github_actions/Swatinem/rust...
  • cd34fa5 Merge pull request #223 from devil-ira/separate-debug-render-dimensions
  • 3293614 Remove the debug-render feature in favor of debug-render-2d/debug-render-3d
  • bde82de Hmmm.
  • Additional commits viewable in compare view

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 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 the dependencies Pull requests that update a dependency file label Jan 16, 2023
Bumps [bevy_rapier2d](https://github.com/dimforge/bevy_rapier) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/dimforge/bevy_rapier/releases)
- [Changelog](https://github.com/dimforge/bevy_rapier/blob/master/CHANGELOG.md)
- [Commits](dimforge/bevy_rapier@v0.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bevy_rapier2d-0.20.0 branch from 8d8eb93 to df21c98 Compare January 24, 2023 23:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants