Add Editor widget

This commit is contained in:
Joscha 2023-02-19 14:18:45 +01:00
parent 783e57a9ab
commit 397d3a6eac
2 changed files with 514 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod background;
mod border;
mod cursor;
mod editor;
mod either;
mod empty;
mod float;
@ -13,6 +14,7 @@ mod text;
pub use background::*;
pub use border::*;
pub use cursor::*;
pub use editor::*;
pub use either::*;
pub use empty::*;
pub use float::*;