Jondolf / avian

ECS-driven 2D and 3D physics engine for the Bevy game engine.
https://crates.io/crates/avian3d
Apache License 2.0
1.54k stars 120 forks source link

Added missing deref and derefMut trait to AngularVelocity in 2D #544

Closed Lommix closed 2 weeks ago

Lommix commented 2 weeks ago

Objective

Deref & DerefMut trait is missing for 2D AngularVelocity.

Solution

added the missing deref and derefMut traits.


Changelog