diff options
| author | mat <github@matdoes.dev> | 2023-02-09 21:02:34 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-02-09 21:02:34 -0600 |
| commit | 2c7518be33577b767c62c82143f8cc0d9c4275ca (patch) | |
| tree | 47b93f868744347e5d33b5628d6248e12fb5c387 /azalea-world | |
| parent | 7341a06dbf8adb954fdf6b56539aa576aec0b8f8 (diff) | |
| download | azalea-drasl-2c7518be33577b767c62c82143f8cc0d9c4275ca.tar.xz | |
release ecs crates
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 4ddbd54f..6ab6b4ed 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -13,7 +13,7 @@ azalea-block = {path = "../azalea-block", default-features = false, version = "^ azalea-buf = {path = "../azalea-buf", version = "^0.5.0"} azalea-chat = {path = "../azalea-chat", version = "^0.5.0"} azalea-core = {path = "../azalea-core", version = "^0.5.0", features = ["bevy_ecs"]} -azalea-ecs = { version = "0.5.0", path = "../azalea-ecs" } +azalea-ecs = {version = "0.6.0", path = "../azalea-ecs"} azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0"} azalea-registry = {path = "../azalea-registry", version = "^0.5.0"} derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]} |
