diff options
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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"] |
