Add first working rotation

This commit is contained in:
Florian RICHER 2024-12-18 21:47:11 +01:00
parent ec6e0c28be
commit 784e5b90be
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 94 additions and 10 deletions

View file

@ -12,6 +12,9 @@ winit = { version = "0.30", features = ["rwh_06"] }
vulkano = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" }
# Math
glam = { version = "0.29" }
# Log and tracing
log = "0.4"
env_logger = "0.11.5"