diff --git a/Cargo.toml b/Cargo.toml index 7d09ff6..4afc797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -bevy = "0.14.1" +bevy = { version = "0.14.1", features = ["dynamic_linking"] } # Enable a small amount of optimization in the dev profile. [profile.dev] @@ -13,4 +13,3 @@ opt-level = 1 # Enable a large amount of optimization in the dev profile for dependencies. [profile.dev.package."*"] opt-level = 3 -