mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
0.3.2: actually expose tui_string 😅
This commit is contained in:
parent
b1639b49d5
commit
96ff10c4b0
3 changed files with 7 additions and 6 deletions
|
|
@ -4,6 +4,7 @@ use ratatui::prelude::Position;
|
|||
mod tui_color; pub use self::tui_color::*;
|
||||
mod tui_file; pub use self::tui_file::*;
|
||||
mod tui_scroll; pub use self::tui_scroll::*;
|
||||
mod tui_string; pub use self::tui_string::*;
|
||||
|
||||
macro_rules! impl_content_layout_render {
|
||||
($Output:ty: |$self:ident: $Struct:ty, $to:ident| layout = $layout:expr; render = $render:expr) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue