bevy/crates/bevy_gltf/src
Matty Weatherley 83b725f41e
Make bevy_gltf compile without bevy_animation feature (#16551)
# Objective

See title.

## Solution

Move `bevy_animation` import to where it is used.

## Testing

Compiled with and without `bevy_animation` feature enabled.
2024-11-30 00:04:30 +00:00
..
lib.rs Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
loader.rs Make bevy_gltf compile without bevy_animation feature (#16551) 2024-11-30 00:04:30 +00:00
vertex_attributes.rs Fixed issue with derive_more Display Implementations (#16298) 2024-11-08 20:29:52 +00:00