Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Aug 27, 2024
1 parent 2a5d43c commit b6efb15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ exclude = [".github"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["x11"]
x11 = ["bevy/x11"]

[dependencies.bevy]
git = "https://github.com/bevyengine/bevy"
default-features = false
Expand Down

0 comments on commit b6efb15

Please sign in to comment.