Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 406 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 406 Bytes

0.2.2

  • Force application takes into account the GlobalTransform of the parent

0.2.1

  • Fixed bug in documentation

0.2.0

  • Bumped support for bevy 0.13 and bevy_xpbd 0.4.2
  • Added InternalForce::Global and InternalForce::Local variants.

0.1.1

  • Added the ParentingSystemSet
  • Now manually clears all ExternalForces, since sometimes bevy_xpbd wouldn't

0.1.0

  • Initial Release