more Draw and Layout generic impls
Some checks failed
/ build (push) Has been cancelled

- okay, that seems to have fixed the FieldH/FieldV issue?
- thought that'd never happen
- still not happy with how Layout override is working
This commit is contained in:
🪞👃🪞 2025-09-29 05:50:14 +03:00
parent 731f4a971e
commit 8c54510f63
9 changed files with 179 additions and 118 deletions

View file

@ -11,7 +11,6 @@ mod tui_border; pub use self::tui_border::*;
mod tui_button; pub use self::tui_button::*;
mod tui_color; pub use self::tui_color::*;
mod tui_error; pub use self::tui_error::*;
mod tui_field; pub use self::tui_field::*;
mod tui_phat; pub use self::tui_phat::*;
mod tui_repeat; pub use self::tui_repeat::*;
mod tui_scroll; pub use self::tui_scroll::*;