aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 00:01:16 -0500
committermat <git@matdoes.dev>2024-04-24 00:01:16 -0500
commit287f493172e2440c5b6d2ece9a016d0c9688d5d1 (patch)
tree28756fc0112e3983dffe7ff68a0e3abd864b32bf /azalea-world
parent2f51a0a123c9e3af7fce205f69ef123eba834957 (diff)
downloadazalea-drasl-287f493172e2440c5b6d2ece9a016d0c9688d5d1.tar.xz
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 849b4b18..9bdb70d9 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -12,7 +12,7 @@ version = "0.10.0"
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-core = { path = "../azalea-core", version = "0.9.1", features = [
+azalea-core = { path = "../azalea-core", version = "0.10.0", features = [
"bevy_ecs",
] }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }