From caa8dbd28c896eaf8167539b9c9e64d7c971837c Mon Sep 17 00:00:00 2001 From: Supermjork Date: Fri, 23 Aug 2024 17:22:33 +0300 Subject: [PATCH] Dynamic linking better? --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -