bevy/crates/bevy_gltf/src
François Mockers a24691a115
gate import on bevy_animation in bevy_gltf (#18403)
# Objective

- `collect_path` is only declared when feature `bevy_animation` is
enabled
- it is imported without checking for the feature, not compiling when
not enabled

## Solution

- Gate the import
2025-03-18 23:27:46 +00:00
..
loader gate import on bevy_animation in bevy_gltf (#18403) 2025-03-18 23:27:46 +00:00
assets.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
label.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
lib.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
vertex_attributes.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00