Skip to content

Commit

Permalink
make it easier to disable dynamic_linking feature
Browse files Browse the repository at this point in the history
needed whenever cross-compiling and/or compiling for wasm
  • Loading branch information
gavinmorrow committed Feb 19, 2024
1 parent 3d37f47 commit 8d977cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

[dependencies]
bevy = { version = "0.12", features = ["dynamic_linking"] }
# bevy = "0.12"
bevy_common_assets = { version = "0.9", features = ["json"] }
bevy_rapier2d = "0.24"
bevy_rapier_collider_gen = "0.3"
Expand Down

0 comments on commit 8d977cd

Please sign in to comment.