Rewrite the structure of the gui and cli interfaces

Added a more modular way to add windows
This commit is contained in:
2024-09-22 00:42:50 +03:00
parent 33ca4502e4
commit 2cde24e7a8
15 changed files with 398 additions and 251 deletions

2
src/ui/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod gui;
pub mod cli;