Split crates

This commit is contained in:
Florian RICHER 2025-05-18 13:15:29 +02:00
parent 99be029ff8
commit b977f446d3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
16 changed files with 84 additions and 110 deletions
src/core

View file

@ -1,4 +1,2 @@
pub mod camera;
pub mod render;
pub mod vulkan;
pub mod window;