Skip to content

Commit

Permalink
CI fix for winit on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Aug 16, 2023
1 parent 25000ee commit 2e1483a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ bevy_eventlistener_core = { path = "crates/bevy_eventlistener_core", version = "
bevy_eventlistener_derive = { path = "crates/bevy_eventlistener_derive", version = "0.3.0" }

[dev-dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_winit"] }
bevy = { version = "0.11", default-features = false, features = [
"bevy_winit",
"x11",
] }
rand = "0.8"
criterion = "0.5"

0 comments on commit 2e1483a

Please sign in to comment.