diff options
author | Silas Bartha <[email protected]> | 2024-09-09 21:20:30 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-09-09 21:20:30 -0400 |
commit | 85751864c0699fb9834b3cc9ff90eb39b5b75ff2 (patch) | |
tree | 19215b2f0ba0a6ef5841fc28000d3d850e8fd188 | |
parent | be3a5782fcfbcbd8498674ba80538db61fd40512 (diff) |
add multi_threaded featurev0.1.1
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |