Refactored window management solution & implemented macOS accessory mode

This commit is contained in:
2026-03-21 03:07:11 +08:00
parent 16811a8243
commit f4021a1d2a
10 changed files with 445 additions and 256 deletions

View File

@@ -18,4 +18,5 @@ pub mod session_windows;
pub mod sprite;
pub mod sprite_recolor;
pub mod welcome;
pub mod window_manager;
pub mod ws;