bevy/crates/bevy_gltf/src/loader
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
..
extensions
gltf_ext
mod.rs gate import on bevy_animation in bevy_gltf (#18403) 2025-03-18 23:27:46 +00:00