Refactor camera code
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m57s

This commit is contained in:
Florian RICHER 2025-05-26 22:53:32 +02:00
parent 7401a9b5f3
commit 1976a8b53e
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 219 additions and 79 deletions

View file

@ -1,5 +1,5 @@
pub mod app;
pub mod pipelines;
pub mod primitives;
pub mod render_context;
pub mod vertex;
pub mod vulkan_context;