aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEightFactorial <29801334+EightFactorial@users.noreply.github.com>2024-05-09 19:55:55 -0700
committerGitHub <noreply@github.com>2024-05-09 21:55:55 -0500
commit8138d388e7126df28cb9e12d102d05f9060aaa31 (patch)
tree9dd54f3cf476e51d1e8b3f5207523927804bdde9 /Cargo.lock
parentafcf497989ad696be2a137cb06990ccfb93a389b (diff)
downloadazalea-drasl-8138d388e7126df28cb9e12d102d05f9060aaa31.tar.xz
Add a brigadier example for use inside a bevy App (#146)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
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",
]