From 8138d388e7126df28cb9e12d102d05f9060aaa31 Mon Sep 17 00:00:00 2001 From: EightFactorial <29801334+EightFactorial@users.noreply.github.com> Date: Thu, 9 May 2024 19:55:55 -0700 Subject: Add a brigadier example for use inside a bevy App (#146) --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 213c405d..28a49690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,6 +274,8 @@ version = "0.10.0" dependencies = [ "azalea-buf", "azalea-chat", + "bevy_app", + "bevy_ecs", "parking_lot", ] -- cgit v1.2.3