feat: add profiling

This commit is contained in:
2025-08-15 13:15:56 -05:00
parent 02a98c9f32
commit 8c95ecc547
6 changed files with 59 additions and 21 deletions

View File

@@ -9,4 +9,5 @@ pub mod components;
pub mod control;
pub mod input;
pub mod movement;
pub mod profiling;
pub mod render;