bevy/crates/bevy_scene/src
Zachary Harrold 36dcb9b89d Properly gate imports in bevy_scene (#18482)
# Objective

- Some imports are only used with certain features.

## Solution

- Gate them!

## Testing

- CI
2025-03-24 00:09:30 +01:00
..
components.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
dynamic_scene_builder.rs FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
dynamic_scene.rs Properly gate imports in bevy_scene (#18482) 2025-03-24 00:09:30 +01:00
lib.rs Properly gate imports in bevy_scene (#18482) 2025-03-24 00:09:30 +01:00
reflect_utils.rs bevy_reflect: Deprecate PartialReflect::clone_value (#18284) 2025-03-14 19:33:57 +00:00
scene_filter.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
scene_loader.rs Properly gate imports in bevy_scene (#18482) 2025-03-24 00:09:30 +01:00
scene_spawner.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
scene.rs Support skipping Relationship on_replace hooks (#18378) 2025-03-18 01:24:07 +00:00
serde.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00