aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
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-world
parentf0c7d6e8bf6a254a7332663f41cfd0ff97258f78 (diff)
downloadazalea-drasl-a985cc744205ffa62fa68114dbf1a282db3ba28e.tar.xz
remove unused deps
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 9f3ea8ee..fad620fa 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,14 +11,12 @@ version = "0.7.0"
[dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
-azalea-chat = { path = "../azalea-chat", version = "^0.7.0" }
azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [
"bevy_ecs",
] }
azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" }
azalea-registry = { path = "../azalea-registry", version = "^0.7.0" }
-bevy_app = "0.11.0"
bevy_ecs = "0.11.0"
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
enum-as-inner = "0.6.0"