aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2026-01-13 10:51:30 -0600
committerGitHub <noreply@github.com>2026-01-13 10:51:30 -0600
commitd5fa5e32b37754b3b5c136e58821e48cd3b7c2ff (patch)
treeea04702f96ad170fb1d90e5ed2dc875ae8166495 /azalea-protocol/Cargo.toml
parentefb36d5fc0fe56a98f5795c53dfa109887cd5aae (diff)
downloadazalea-drasl-d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff.tar.xz
Rename Instance to World (#304)
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index c7b0fd57..193e153e 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -23,6 +23,7 @@ azalea-entity = { workspace = true }
azalea-inventory.workspace = true
azalea-protocol-macros.workspace = true
azalea-registry.workspace = true
+azalea-world = { workspace = true, optional = true }
bevy_ecs = { workspace = true, optional = true }
# byteorder.workspace = true
flate2.workspace = true
@@ -46,7 +47,12 @@ reqwest = { workspace = true, optional = true, features = ["socks"] }
default = ["online-mode", "connecting"]
connecting = []
online-mode = ["azalea-auth/online-mode", "dep:reqwest"]
-bevy_ecs = ["dep:bevy_ecs", "azalea-entity/bevy_ecs", "azalea-core/bevy_ecs"]
+bevy_ecs = [
+ "dep:bevy_ecs",
+ "dep:azalea-world",
+ "azalea-entity/bevy_ecs",
+ "azalea-core/bevy_ecs",
+]
[lints]
workspace = true