aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 19:22:29 -0600
committermat <git@matdoes.dev>2024-12-20 19:22:29 -0600
commitad30950f85ce5516b3706513684f1b0d98c467db (patch)
tree34c63d2ce1f1465be53616018ec45a48e5d44c84 /azalea-world
parent7098375ecfe21574c2b6ffceef06542f7c4114a4 (diff)
downloadazalea-drasl-ad30950f85ce5516b3706513684f1b0d98c467db.tar.xz
Release independent packages
Generated by cargo-workspaces
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 }