refactor: move debug related code into debug.rs

This commit is contained in:
2025-07-23 16:31:09 -05:00
parent 66b6cdf01b
commit de1a89b9b0
3 changed files with 101 additions and 81 deletions

View File

@@ -64,6 +64,7 @@ mod helper;
mod map;
mod modulation;
mod pacman;
mod debug;
/// The main entry point of the application.
///