diff --git a/Cargo.toml b/Cargo.toml index 3050af7..a835352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"