fps counter

This commit is contained in:
2021-10-14 22:27:54 +02:00
parent 5365097f3b
commit 989056af99
7 changed files with 160 additions and 142 deletions

View File

@@ -11,6 +11,7 @@ mod input;
mod config;
mod game;
mod tests;
mod text;
fn main() {
let log_config = LogConfig::from_file("config/log.toml");