move debug viewport code to own module

This commit is contained in:
2025-04-19 06:48:56 +01:00
parent 4ed00e6ac3
commit 61de3aeee3
3 changed files with 90 additions and 74 deletions
+1
View File
@@ -1,4 +1,5 @@
mod app;
mod debug;
pub mod run;
pub mod settings;
mod tools;