actually use the text library for text editing (fully working I think but code isn't cleanest)

This commit is contained in:
2025-09-15 14:34:57 -04:00
parent e9853120ce
commit 9d659b6afd
8 changed files with 278 additions and 163 deletions

View File

@@ -7,6 +7,7 @@ mod sized;
mod span;
mod stack;
mod text;
mod text_edit;
mod trait_fns;
pub use align::*;
@@ -18,4 +19,5 @@ pub use sized::*;
pub use span::*;
pub use stack::*;
pub use text::*;
pub use text_edit::*;
pub use trait_fns::*;