1
0
Fork 0

[CAMERA] Begin refactor

This commit is contained in:
Florian RICHER 2022-06-16 14:06:21 +02:00
parent 8bd4ae11e9
commit 67cd53b91e
5 changed files with 147 additions and 124 deletions

View file

@ -6,6 +6,7 @@ pub use state::State;
pub mod render;
pub mod meshs;
pub mod input;
use simplelog::{TermLogger, LevelFilter, Config, TerminalMode, ColorChoice};