ratatui/examples/demo2
Josh McKinney edc2af9822
chore: replace big_text with hardcoded logo (#1203)
big_text.rs was a copy of the code from tui-big-text and was getting
gradually out of sync with the original crate. It was also rendering
something a bit different than the Ratatui logo. This commit replaces
the big_text.rs file with a much smaller string representation of the
Ratatui logo.

![demo2](https://raw.githubusercontent.com/ratatui-org/ratatui/images/examples/demo2-destroy.gif)
2024-08-03 16:08:59 -07:00
..
tabs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
app.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
colors.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00
destroy.rs chore: replace big_text with hardcoded logo (#1203) 2024-08-03 16:08:59 -07:00
errors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
main.rs chore: replace big_text with hardcoded logo (#1203) 2024-08-03 16:08:59 -07:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs fix(terminal)!: make terminal module private (#1260) 2024-08-02 04:18:00 -07:00
theme.rs refactor: expand glob imports (#1152) 2024-05-29 04:42:29 -07:00