bevy/crates/bevy_input
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 Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00