bevy_winit feature should enable bevy_window (#16949)
# Objective - Fixes #16568 ## Solution - `bevy_winit` feature also enables `bevy_window`
This commit is contained in:
parent
d2fbedbe6f
commit
38dec272fe
@ -229,7 +229,7 @@ bevy_ui = [
|
||||
bevy_window = ["bevy_internal/bevy_window"]
|
||||
|
||||
# winit window and input backend
|
||||
bevy_winit = ["bevy_internal/bevy_winit"]
|
||||
bevy_winit = ["bevy_internal/bevy_winit", "bevy_window"]
|
||||
|
||||
# Load and access image data. Usually added by an image format
|
||||
bevy_image = ["bevy_internal/bevy_image"]
|
||||
|
Loading…
Reference in New Issue
Block a user