diff --git a/Cargo.toml b/Cargo.toml index f95436c..dfb6590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" include = ["/src", "../LICENSE*"] [dependencies] -bevy = { version = "0.18", default-features = false } +bevy = { version = "0.18", default-features = false, features = ["bevy_log"] } bevy_replicon = { version = "0.39.0", default-features = false } crossbeam-channel = "0.5.15"