You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary cfg_attr from from_shape mass helpers (#644)
# Objective
Some mass property helpers like `Mass::from_shape` are currently gated behind the `default-collider` feature and Parry, even though they don't need these features anymore.
## Solution
Remove the feature gates.
0 commit comments