forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add depending bevy features for higher level one
- Fixes bevyengine#7854 Typically, when using a bevy feature such as `bevy_pbr`, users will need to spawn a camera, sometimes manipulate meshes. Which requires enabling other bevy features. This commit adds those features as dependencies of "higher level" features, so that the end user is not burdened with hunting which feature need which other feature.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters