aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 2cf64682..e35fb6c4 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,12 +11,12 @@ azalea-client = { path = "../azalea-client" }
criterion = "0.5.1"
[dependencies]
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0+mc1.21.4" }
-azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
-azalea-core = { path = "../azalea-core", version = "0.10.0", features = [
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
+azalea-core = { path = "../azalea-core", version = "0.11.0", features = [
"bevy_ecs",
] }
-azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
bevy_ecs = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
nohash-hasher = { workspace = true }