diff options
| author | mat <github@matdoes.dev> | 2023-03-21 18:07:40 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-21 18:07:40 +0000 |
| commit | 157ac224616f8543c3fc050af99863527b5f1873 (patch) | |
| tree | a32597fb7c525165c1292c9bbaf1fb40d40c739f /azalea-core | |
| parent | 4865b772f641711c166fc49256a710d6624d163c (diff) | |
| download | azalea-drasl-157ac224616f8543c3fc050af99863527b5f1873.tar.xz | |
remove unused dependencies
thanks cargo-udeps
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 8b92e845..0193a3b0 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -10,7 +10,6 @@ version = "0.6.0" [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } bevy_ecs = { version = "0.10.0", default-features = false, optional = true } serde = {version = "^1.0.152", optional = true} @@ -18,4 +17,4 @@ uuid = "^1.1.2" [features] bevy_ecs = ["dep:bevy_ecs"] -serde = ["dep:serde"]
\ No newline at end of file +serde = ["dep:serde"] |
