From 54e13d45bf8d40bcdfc8644badcefe83ecabbc43 Mon Sep 17 00:00:00 2001 From: "fromhorizons.com" Date: Sat, 2 May 2026 18:05:10 +0200 Subject: [PATCH] Enable `bevy_log` feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.51.2