aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-05 11:15:18 -0600
committermat <git@matdoes.dev>2023-12-05 11:15:18 -0600
commit020dc434ff14722a709e6e90da6aacf80dab77be (patch)
tree466e38d0a211d04f64607cbaa5e904364a045946 /azalea-world
parent6567cf9e5c1da60f781f9c18e709357d35d11577 (diff)
downloadazalea-drasl-020dc434ff14722a709e6e90da6aacf80dab77be.tar.xz
thanks 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 3c64e488..3acb477d 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.9.0"
[dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
-azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [
+azalea-core = { path = "../azalea-core", version = "0.9.0", features = [
"bevy_ecs",
] }
azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }