bevy/crates/bevy_text
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
..
src Clean up type registrations (#12314) 2024-03-06 16:05:53 +00:00
Cargo.toml Migrate from LegacyColor to bevy_color::Color (#12163) 2024-02-29 19:35:12 +00:00