add EGUI
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 2m41s

This commit is contained in:
Florian RICHER 2025-05-25 22:36:27 +02:00
parent 6dae0339db
commit 2c3392c3ea
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 1201 additions and 17 deletions

View file

@ -13,11 +13,11 @@ winit = { version = "0.30", features = ["rwh_06"] }
vulkano = "0.35"
vulkano-shaders = "0.35"
vulkano-util = "0.35"
egui_winit_vulkano = { version = "0.28" }
# Math
glam = { version = "0.30" }
# Log and tracing
log = "0.4"
env_logger = "0.11"