change how module roots are organized

This commit is contained in:
2025-05-01 11:23:27 +01:00
parent 7caa5421f7
commit 7f358d9adb
3 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
mod app;
mod colours;
mod debug;
pub mod run;
pub mod settings;
mod tools;
mod ui_ext;