editor menus

This commit is contained in:
2026-06-20 11:53:02 -05:00
parent d270ee8d16
commit e74d015d1b
3 changed files with 163 additions and 110 deletions
+1
View File
@@ -22,6 +22,7 @@ mod term;
mod transition;
mod ui;
mod utils;
mod editor_menu;
use crate::animation::{AnimWidget, AnimationLayer};
use crate::editor::{EditorState, draw_editor, handle_code_editor_input, handle_dialog_input};