bevy/crates/bevy_core/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
..
lib.rs Clean up type registrations (#12314) 2024-03-06 16:05:53 +00:00
name.rs Fix reflected serialization/deserialization on Name component (#11447) 2024-01-21 18:04:13 +00:00
serde.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
task_pool_options.rs Replace deprecated elements (#10999) 2023-12-16 23:24:49 +00:00