feat: debug text rendering of statistics, formatting with tests

This commit is contained in:
2025-08-15 17:52:16 -05:00
parent 3086453c7b
commit 31193160a9
10 changed files with 446 additions and 79 deletions

View File

@@ -8,6 +8,7 @@ pub mod collision;
pub mod components;
pub mod control;
pub mod debug;
pub mod formatting;
pub mod input;
pub mod movement;
pub mod profiling;