aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-09-09 21:20:30 -0400
committerLibravatar Silas Bartha <[email protected]>2024-09-09 21:20:30 -0400
commit85751864c0699fb9834b3cc9ff90eb39b5b75ff2 (patch)
tree19215b2f0ba0a6ef5841fc28000d3d850e8fd188
parentbe3a5782fcfbcbd8498674ba80538db61fd40512 (diff)
add multi_threaded featurev0.1.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]