From ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e Mon Sep 17 00:00:00 2001 From: xtex Date: Sun, 25 Jun 2023 06:43:38 +0800 Subject: Add ClientBuilder:new_without_log (#93) * Add ClientBuilder:new_without_log * 'log' feature * fix warnings --------- Co-authored-by: mat --- azalea/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'azalea/Cargo.toml') diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index c03248a7..4e83bdc0 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -40,3 +40,8 @@ thiserror = "^1.0.37" tokio = "^1.24.2" uuid = "1.2.2" bevy_log = "0.10.1" + +[features] +default = ["log"] +# enables bevy_log::LogPlugin by default +log = ["azalea-client/log"] -- cgit v1.2.3