feat: high resolution debug rendering

This commit is contained in:
2025-08-15 16:20:24 -05:00
parent 8ce2af89c8
commit a8b83b8e2b
6 changed files with 202 additions and 20 deletions

View File

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