aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-13 05:30:40 +0300
committermat <git@matdoes.dev>2025-04-13 05:30:40 +0300
commitfd27ca3becb06f34e11638c00e703918f713dd96 (patch)
treeadf34190d310f82a6d11e27c97dbe3c8dbda62d9 /azalea-world
parent960b8405363ebbd4fae48255204a0470891ab0e1 (diff)
downloadazalea-drasl-fd27ca3becb06f34e11638c00e703918f713dd96.tar.xz
release 0.12.0+mc1.21.5
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 5354259e..4bb65265 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,10 +11,12 @@ azalea-client = { path = "../azalea-client" }
criterion = "0.5.1"
[dependencies]
-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" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.12.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
+azalea-core = { path = "../azalea-core", version = "0.12.0", features = [
+ "bevy_ecs",
+] }
+azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
bevy_ecs.workspace = true
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
nohash-hasher.workspace = true