mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
9e5db9abc7
# 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. |
||
---|---|---|
.. | ||
generic_reflection.rs | ||
reflection.rs | ||
reflection_types.rs | ||
trait_reflection.rs |