Skip to content

Regression in bevy_gltf build #15503

@eidloi

Description

@eidloi

Bevy version

0.15.0-dev

What you did

Tried to build Bevy with default-features = false with only bevy_gltf feature enabled

What went wrong

Compiling bevy_gltf v0.15.0-dev (https://github.com/bevyengine/bevy.git#7ee5143d)
error[E0433]: failed to resolve: use of undeclared crate or module `bevy_animation`
 --> C:\Users\EidLoi\.cargo\git\checkouts\bevy-f7ffde730c324c74\7ee5143\crates\bevy_gltf\src\loader.rs:7:5
  |
7 | use bevy_animation::prelude::{
  |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bevy_animation`

Additional information

bevy_gltf feature should probably enable bevy_animation as well.

Metadata

Metadata

Labels

A-AnimationMake things move and change over timeC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyP-Compile-FailureA failure to compile Bevy appsS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions