aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/Cargo.toml')
-rw-r--r--azalea-client/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 6ca17a94..88bf02bc 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -41,6 +41,7 @@ uuid.workspace = true
anyhow.workspace = true
[features]
-default = ["log"]
+default = ["log", "packet-event"]
# enables bevy_log::LogPlugin by default
log = ["bevy_log"]
+packet-event = []