Skip to content

Commit

Permalink
Add bevy_window feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Dec 2, 2024
1 parent be9dc59 commit 529fa97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bevy = { version = "0.15.0", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_window",
"x11",
"png"
] }
Expand All @@ -25,6 +26,7 @@ bevy = { version = "0.15.0", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_window",
"bevy_sprite",
"png",
"x11"
Expand Down

0 comments on commit 529fa97

Please sign in to comment.