aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-07-19 17:13:46 -0500
committermat <git@matdoes.dev>2023-07-19 17:13:46 -0500
commita985cc744205ffa62fa68114dbf1a282db3ba28e (patch)
tree705e4fdc99afa0e6904b547b77b9a80688c9a890 /azalea-nbt
parentf0c7d6e8bf6a254a7332663f41cfd0ff97258f78 (diff)
downloadazalea-drasl-a985cc744205ffa62fa68114dbf1a282db3ba28e.tar.xz
remove unused deps
Diffstat (limited to 'azalea-nbt')
-rw-r--r--azalea-nbt/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index bfbc6c5d..86cf7a9d 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -15,7 +15,6 @@ compact_str = { version = "0.7.1", features = ["serde"] }
enum-as-inner = "0.6.0"
flate2 = "^1.0.26"
log = "0.4.19"
-packed_simd_2 = "0.3.8"
serde = { version = "^1.0", features = ["derive"], optional = true }
[dev-dependencies]