Skip to content

Commit

Permalink
Readded linux flags
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 28, 2024
1 parent 49bc2b1 commit 304d826
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ default-features = false
[dev-dependencies.bevy]
version = "0.14"
features = ["bevy_asset", "bevy_render", "bevy_winit"]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.bevy]
version = "0.14"
features = ["x11", "wayland"]
default-features = false

0 comments on commit 304d826

Please sign in to comment.