bevy/crates/bevy_animation/src
James Liu 9e5db9abc7
Clean up type registrations (#12314)
# Objective
Fix #12304. Remove unnecessary type registrations thanks to #4154.

## Solution
Conservatively remove type registrations. Keeping the top level
components, resources, and events, but dropping everything else that is
a type of a member of those types.
2024-03-06 16:05:53 +00:00
..
animatable.rs Fix docs for quaternion interpolation (#12014) 2024-02-20 23:26:40 +00:00
lib.rs Clean up type registrations (#12314) 2024-03-06 16:05:53 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00