refactor rendering interface, working edit overlay

This commit is contained in:
galister
2025-11-12 20:02:20 +09:00
parent 350c931749
commit 6b5b95bd88
25 changed files with 371 additions and 341 deletions

View File

@@ -5,7 +5,7 @@ use slotmap::{HopSlotMap, Key, SecondaryMap};
use crate::{
overlays::{
adjust::EditModeManager, anchor::create_anchor, keyboard::builder::create_keyboard,
anchor::create_anchor, edit::EditModeManager, keyboard::builder::create_keyboard,
screen::create_screens, watch::create_watch,
},
state::AppState,