aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f050d7f..f866ba75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,9 @@ anyhow = "1.0.100"
async-compat = "0.2.5"
base64 = "0.22.1"
bevy_app = "0.18.0"
-bevy_ecs = { version = "0.18.0", default-features = false }
+bevy_ecs = { version = "0.18.0", default-features = false, features = [
+ "multi_threaded",
+] }
bevy_utils = { version = "0.18.0", default-features = false }
bevy_log = "0.18.0"
bevy_tasks = "0.18.0"