Skip to content

Commit

Permalink
Include x11
Browse files Browse the repository at this point in the history
This is needed to build the library on Linux.
  • Loading branch information
jgayfer committed Jun 28, 2024
1 parent 581167d commit 9abb7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ exclude = ["assets/*", "static/*"]
bevy = { version = "0.14.0-rc.4", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit"
"bevy_winit",
"x11"
] }
smallvec = "1.13"

Expand Down

0 comments on commit 9abb7c3

Please sign in to comment.