|  76d12fa2b3 # Objective Part of https://github.com/bevyengine/bevy/issues/13529 Helps https://github.com/bevyengine/bevy/pull/13533 Splitting up `bevy_transform` makes it easier to selectively include or exclude parts of it in such a way that it's possible to include only a small part with a small dependency tree. ## Solution Make the crate more modular. --------- Signed-off-by: Torstein Grindvik <torstein.grindvik@muybridge.com> Co-authored-by: Torstein Grindvik <torstein.grindvik@muybridge.com> | ||
|---|---|---|
| .. | ||
| components | ||
| bundles.rs | ||
| commands.rs | ||
| helper.rs | ||
| lib.rs | ||
| plugins.rs | ||
| systems.rs | ||
| traits.rs | ||