From a9d0678820ba1f752c0bf7bdf7538937987e7056 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sat, 23 Nov 2024 16:46:05 +0100 Subject: [PATCH] remove dynlinking --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"