Add egui as a UI system

This commit is contained in:
2023-10-17 13:53:11 -05:00
parent ad2a304455
commit c5a6fc769d
5 changed files with 333 additions and 9 deletions

View File

@@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
bevy = { version = "0.11.3", features = ["dynamic_linking"] }
rand = "0.8.5"
bevy_egui = "0.22.0"