remove dynlinking
This commit is contained in:
parent
c942ae699d
commit
a9d0678820
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.14.2", features = ["dynamic_linking"] }
|
||||
bevy = { version = "0.14.2" }
|
||||
bevy_rapier2d = "0.27.0"
|
||||
bevy_editor_pls = "0.10"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue