From aae744918e26c505e0932a65624c4aac65815d19 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 24 Dec 2025 01:50:54 -0200 Subject: remove unused deps and fix compilation when certain features are disabled --- azalea-entity/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'azalea-entity') diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index fcda70bb..0e62cbd4 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -7,7 +7,6 @@ license.workspace = true repository.workspace = true [dependencies] -azalea-auth.workspace = true azalea-block.workspace = true azalea-buf.workspace = true azalea-chat = { workspace = true, features = ["azalea-buf"] } @@ -21,11 +20,9 @@ derive_more.workspace = true enum-as-inner.workspace = true nohash-hasher.workspace = true parking_lot.workspace = true -simdnbt.workspace = true thiserror.workspace = true tracing.workspace = true uuid.workspace = true -indexmap.workspace = true [lints] workspace = true -- cgit v1.2.3