From ad45cf5431939d088b97aa8a368ed910332b53d2 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 17 Apr 2025 10:15:14 -1245 Subject: allow disabling Event::Packet with a crate feature --- azalea-client/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-client/Cargo.toml') 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 = [] -- cgit v1.2.3