text update for more code reuse + much better caching
This commit is contained in:
1 parent
c98a43f94d
commit
628840d5cd
9 files changed
+319
-273
No files matched your search
@@ -8,7 +8,6 @@ mod sized;
|
||||
mod span;
|
||||
mod stack;
|
||||
mod text;
|
||||
mod text_edit;
|
||||
mod trait_fns;
|
||||
|
||||
pub use align::*;
|
||||
@@ -21,5 +20,4 @@ pub use sized::*;
|
||||
pub use span::*;
|
||||
pub use stack::*;
|
||||
pub use text::*;
|
||||
pub use text_edit::*;
|
||||
pub use trait_fns::*;
|
||||
Reference in new issue
Block a user