ratatui/examples/demo
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
..
app.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
crossterm.rs feat: re-export backends from the ratatui crate (#1151) 2024-05-28 13:23:39 -07:00
main.rs docs(examples): add note about example versions to all examples (#871) 2024-01-24 11:50:18 -08:00
termion.rs feat: re-export backends from the ratatui crate (#1151) 2024-05-28 13:23:39 -07:00
termwiz.rs feat: re-export backends from the ratatui crate (#1151) 2024-05-28 13:23:39 -07:00
ui.rs feat(LineGauge): allow LineGauge background styles (#565) 2024-05-24 11:42:52 -07:00