aboutsummaryrefslogtreecommitdiff
path: root/azalea/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-03 16:17:46 -0600
committermat <git@matdoes.dev>2023-12-03 16:17:46 -0600
commit3e168a33c9cab8f45363bf95cfa2b7228ec3c013 (patch)
treeb3ccdc0f003776b3a4e5170fba22fd23a1fd9227 /azalea/Cargo.toml
parenta42161a203af3edeb96fbdb3bab8f832b4ccc6b5 (diff)
downloadazalea-drasl-3e168a33c9cab8f45363bf95cfa2b7228ec3c013.tar.xz
let plugins override query responses
Diffstat (limited to 'azalea/Cargo.toml')
-rw-r--r--azalea/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index dad1043b..0c02207e 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -25,6 +25,7 @@ azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
azalea-world = { version = "0.8.0", path = "../azalea-world" }
azalea-auth = { version = "0.8.0", path = "../azalea-auth" }
azalea-brigadier = { version = "0.8.0", path = "../azalea-brigadier" }
+azalea-buf = { version = "0.8.0", path = "../azalea-buf" }
bevy_app = "0.12.0"
bevy_ecs = "0.12.0"
bevy_tasks = { version = "0.12.0", features = ["multi-threaded"] }