Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jan 8, 2022
1 parent 0192f04 commit add28e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ tract-onnx = "0.15"

bevy = { version = "0.6", default-features = false, features = ["bevy_winit", "render", "png"] }

[target.'cfg(target_os = "linux")'.dependencies]
bevy = { version = "0.6", default-features = false, features = [
"x11",
] }


[features]
default = []
web = []

[profile.dev.package."*"]
opt-level = 3

# [profile.release]
# lto = true
# opt-level = 3
# incremental = false
# codegen-units = 1

0 comments on commit add28e4

Please sign in to comment.