Skip to content

Commit 99c869d

Browse files
authored
bevy_winit feature should enable bevy_window (bevyengine#16949)
# Objective - Fixes bevyengine#16568 ## Solution - `bevy_winit` feature also enables `bevy_window`
1 parent 6577f5d commit 99c869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bevy_ui = [
233233
bevy_window = ["bevy_internal/bevy_window"]
234234

235235
# winit window and input backend
236-
bevy_winit = ["bevy_internal/bevy_winit"]
236+
bevy_winit = ["bevy_internal/bevy_winit", "bevy_window"]
237237

238238
# Load and access image data. Usually added by an image format
239239
bevy_image = ["bevy_internal/bevy_image"]

0 commit comments

Comments
 (0)