mirror of
https://github.com/bevyengine/bevy
synced 2025-02-18 06:58:34 +00:00
# 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 |