add multi_threaded feature

This commit is contained in:
Silas Bartha 2024-09-09 21:20:30 -04:00
parent be3a5782fc
commit 85751864c0
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -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"]