ratatui/examples/demo2
Josh McKinney 74a32afbae
feat: re-export backends from the ratatui crate (#1151)
`crossterm`, `termion`, and `termwiz` can now be accessed as
`ratatui::{crossterm, termion, termwiz}` respectively. This makes it
possible to just add the Ratatui crate as a dependency and use the
backend of choice without having to add the backend crates as
dependencies.

To update existing code, replace all instances of `crossterm::` with
`ratatui::crossterm::`, `termion::` with `ratatui::termion::`, and
`termwiz::` with `ratatui::termwiz::`.
2024-05-28 13:23:39 -07:00
..
tabs perf(rect)!: Rect::inner takes Margin directly instead of reference (#1008) 2024-05-26 19:44:46 +02:00
app.rs feat: re-export backends from the ratatui crate (#1151) 2024-05-28 13:23:39 -07:00
big_text.rs refactor(buffer): deprecate assert_buffer_eq! in favor of assert_eq! (#1007) 2024-05-13 18:13:46 -07:00
colors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
destroy.rs refactor(cell): reset instead of applying default (#1127) 2024-05-21 22:11:45 -07:00
errors.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
main.rs refactor(example): remove pointless new method (#1038) 2024-04-16 21:02:39 +03:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs feat: re-export backends from the ratatui crate (#1151) 2024-05-28 13:23:39 -07:00
theme.rs feat(demo2): add destroy mode to celebrate commit 1000! (#809) 2024-01-13 15:13:50 -08:00