mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
`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::`. |
||
---|---|---|
.. | ||
tabs | ||
app.rs | ||
big_text.rs | ||
colors.rs | ||
destroy.rs | ||
errors.rs | ||
main.rs | ||
tabs.rs | ||
term.rs | ||
theme.rs |