bevy/crates/bevy_hierarchy/src
Zachary Harrold 3d280ec37b
Add no_std support to bevy_hierarchy (#16998)
# Objective

- Contributes to #15460

## Solution

- Added the following features:
  - `std` (default)

## Testing

- CI

## Notes

- There was a minor issue with `bevy_reflect`'s `smallvec` feature
noticed in this PR which I have also resolved here. I can split this out
if desired, but I've left it here for now as it's a very small change
and I don't consider this PR itself to be very controversial.
2024-12-29 19:12:29 +00:00
..
components Faster entity cloning (#16717) 2024-12-18 20:03:39 +00:00
child_builder.rs rename enqueue_command to queue_command for consistency (#16753) 2024-12-11 00:53:54 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00
lib.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00
query_extension.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
valid_parent_check_plugin.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00