Move text editing to TextBuffer abstraction
This commit is contained in:
parent
f5ccd15761
commit
51639e53cb
3 changed files with 270 additions and 206 deletions
|
|
@ -1,2 +1,5 @@
|
|||
pub use self::buffer::*;
|
||||
mod buffer;
|
||||
|
||||
pub use self::font::*;
|
||||
mod font;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue