aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-09 21:20:09 -0600
committermat <github@matdoes.dev>2023-02-09 21:20:09 -0600
commit7e43e6d24a106fc9b1894a170db16b4f21ff8dad (patch)
treea127a256f1a134113e1f58eb3ed47404021e234f /azalea-client
parentba3d8c35af15c2286e2eeb8259f8340adf975691 (diff)
downloadazalea-drasl-7e43e6d24a106fc9b1894a170db16b4f21ff8dad.tar.xz
no iyes_loopless
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml19
1 files changed, 9 insertions, 10 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 18c13d4f..9fae2fbe 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -11,21 +11,20 @@ version = "0.6.0"
[dependencies]
anyhow = "1.0.59"
async-trait = "0.1.58"
-azalea-auth = {path = "../azalea-auth", version = "0.6.0" }
-azalea-block = {path = "../azalea-block", version = "0.6.0" }
-azalea-chat = {path = "../azalea-chat", version = "0.6.0" }
-azalea-core = {path = "../azalea-core", version = "0.6.0" }
-azalea-crypto = {path = "../azalea-crypto", version = "0.6.0" }
+azalea-auth = {path = "../azalea-auth", version = "0.6.0"}
+azalea-block = {path = "../azalea-block", version = "0.6.0"}
+azalea-chat = {path = "../azalea-chat", version = "0.6.0"}
+azalea-core = {path = "../azalea-core", version = "0.6.0"}
+azalea-crypto = {path = "../azalea-crypto", version = "0.6.0"}
azalea-ecs = {path = "../azalea-ecs", version = "0.6.0"}
-azalea-physics = {path = "../azalea-physics", version = "0.6.0" }
-azalea-protocol = {path = "../azalea-protocol", version = "0.6.0" }
-azalea-registry = {path = "../azalea-registry", version = "0.6.0" }
-azalea-world = {path = "../azalea-world", version = "0.6.0" }
+azalea-physics = {path = "../azalea-physics", version = "0.6.0"}
+azalea-protocol = {path = "../azalea-protocol", version = "0.6.0"}
+azalea-registry = {path = "../azalea-registry", version = "0.6.0"}
+azalea-world = {path = "../azalea-world", version = "0.6.0"}
bevy_tasks = "0.9.1"
bevy_time = "0.9.1"
derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]}
futures = "0.3.25"
-iyes_loopless = "0.9.1"
log = "0.4.17"
nohash-hasher = "0.2.0"
once_cell = "1.16.0"