-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Regression in bevy_gltf build #15503
Copy link
Copy link
Closed
Labels
A-AnimationMake things move and change over timeMake things move and change over timeC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyP-Compile-FailureA failure to compile Bevy appsA failure to compile Bevy appsS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-AnimationMake things move and change over timeMake things move and change over timeC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyP-Compile-FailureA failure to compile Bevy appsA failure to compile Bevy appsS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!