diff options
| author | xtex <xtexchooser@duck.com> | 2023-06-25 06:43:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 17:43:38 -0500 |
| commit | ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (patch) | |
| tree | f8e821275be0aa23608fbd6ae023368ca2a78bcf /azalea-client/Cargo.toml | |
| parent | 5e4699688207b8ac722ae7f96c49428242f49a9d (diff) | |
| download | azalea-drasl-ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e.tar.xz | |
Add ClientBuilder:new_without_log (#93)
* Add ClientBuilder:new_without_log
* 'log' feature
* fix warnings
---------
Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea-client/Cargo.toml')
| -rw-r--r-- | azalea-client/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 0303000f..dc4ff2e0 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -38,3 +38,8 @@ regex = "1.7.0" thiserror = "^1.0.34" tokio = { version = "^1.24.2", features = ["sync"] } uuid = "^1.1.2" + +[features] +default = ["log"] +# enables bevy_log::LogPlugin by default +log = [] |
