Add apecs + update glam
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 3m38s

This commit is contained in:
Florian RICHER 2025-03-14 17:03:59 +01:00
parent e267be066a
commit 6b6534df76
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 244 additions and 15 deletions

View file

@ -13,7 +13,10 @@ vulkano = "0.35"
vulkano-shaders = "0.35"
# Math
glam = { version = "0.29" }
glam = { version = "0.30" }
# ECS
apecs = "0.8"
# Log and tracing
log = "0.4"