chore: migrate to Bevy 0.19-dev - #965
Closed
jbuehler23 wants to merge 3 commits into
Closed
Conversation
janhohenheim
reviewed
Apr 1, 2026
| impl Relationship for ColliderOf { | ||
| type RelationshipTarget = RigidBodyColliders; | ||
|
|
||
| const ALLOW_SELF_REFERENTIAL: bool = true; |
Member
There was a problem hiding this comment.
this entire custom implementation can now be removed because we have upstream self-relations
janhohenheim
reviewed
Apr 1, 2026
| // and bevy's glam types (glam 0.32). These have identical memory layouts | ||
| // but are different types due to the version mismatch. | ||
| #[cfg(any(feature = "parry-f32", feature = "parry-f64"))] | ||
| pub(crate) mod parry_conv { |
Member
There was a problem hiding this comment.
this would probably look nicer if it was an extension trait
Member
There was a problem hiding this comment.
or we just need to wait for parry to upgrade (or PR it for them) so it uses the same glam version, which is needed for bevy_rapier to update too
Member
|
Closing in favor of #991 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate avian3d and its subcrate deps to Bevy 0.19-dev.