Add stuff

This commit is contained in:
Michael Mikovsky
2025-05-21 12:10:42 -06:00
parent 018f0c03d4
commit 69b3ea7afb
11 changed files with 1107 additions and 239 deletions
+5 -2
View File
@@ -5,7 +5,10 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
azalea = "0.12.0"
azalea = { git = "https://github.com/azalea-rs/azalea", version = "0.12.0" }
azalea-world = "0.12.0"
bevy_ecs = "0.16.0"
lazy_static = "1.5.0"
parking_lot = "0.12.3"
parking_lot = { version = "0.12.3", features = ["deadlock_detection"] }
tokio = "1.45.0"
uuid = "1.16.0"