change project structure to make more sense

(move wm only stuff to wm dir)
This commit is contained in:
stjet
2025-04-21 06:57:42 +00:00
parent c5a41244b4
commit 667b4cd2d9
31 changed files with 87 additions and 71 deletions

10
wm/src/essential/mod.rs Normal file
View File

@@ -0,0 +1,10 @@
pub mod desktop_background;
pub mod taskbar;
pub mod lock_screen;
pub mod workspace_indicator;
pub mod start_menu;
pub mod onscreen_keyboard;
pub mod about;
pub mod help;