From 85751864c0699fb9834b3cc9ff90eb39b5b75ff2 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Mon, 9 Sep 2024 21:20:30 -0400 Subject: add multi_threaded feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebac4ef..cfdbc69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rodio = "0.19" [dependencies.bevy] version = "0.14" default-features = false -features = ["bevy_audio", "bevy_asset"] +features = ["bevy_audio", "bevy_asset", "multi_threaded"] [features] default = ["hl4mgm"] -- cgit v1.2.3