bevy/crates/bevy_hierarchy
François d37cde8f1a fix feature location from #3851 (#4477)
# Objective

- in #3851, a feature for tracing was added to bevy_transform
- usage of that feature was moved to bevy_hierarchy, but the feature was not updated

## Solution

- add the feature to bevy_hierarchy, remove it from bevy_transform
2022-04-14 21:16:03 +00:00
..
src add more logs when despawning entities (#3851) 2022-04-13 23:35:28 +00:00
Cargo.toml fix feature location from #3851 (#4477) 2022-04-14 21:16:03 +00:00