bevy/crates/bevy_hierarchy/src/components
David Cosby 42b737878f
Re-export smallvec crate from bevy_utils (#11006)
Matches versioning & features from other Cargo.toml files in the
project.

# Objective
Resolves #10932 

## Solution
Added smallvec to the bevy_utils cargo.toml and added a line to
re-export the crate. Target version and features set to match what's
used in the other bevy crates.
2023-12-24 15:35:09 +00:00
..
children.rs Re-export smallvec crate from bevy_utils (#11006) 2023-12-24 15:35:09 +00:00
mod.rs Hierarchy commandization (#4197) 2022-07-10 20:29:06 +00:00
parent.rs Make bevy_app and reflect opt-out for bevy_hierarchy. (#10721) 2023-11-25 03:05:38 +00:00