-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Enabling DDS feature leds to GLTF also becoming enabled #17022
Copy link
Copy link
Closed
Labels
A-glTFRelated to the glTF 3D scene/model formatRelated to the glTF 3D scene/model formatC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Metadata
Metadata
Assignees
Labels
A-glTFRelated to the glTF 3D scene/model formatRelated to the glTF 3D scene/model formatC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Bevy version
v0.15.0
What you did
Trying to have a minimalized Bevy by disabling default features, while also wanting to enable DDS support. In doing so, GLTF feature is automatically selected. Is this the intentional behavior?
What went wrong
bevy/crates/bevy_internal/Cargo.toml
Line 37 in 64efd08