ratatui/examples/demo
Josh McKinney 446efae185
fix(prelude): remove widgets module from prelude (#317)
This helps to keep the prelude small and less likely to conflict with
other crates.

- remove widgets module from prelude as the entire module can be just as
  easily imported with `use ratatui::widgets::*;`
- move prelude module into its own file
- update examples to import widgets module instead of just prelude
- added several modules to prelude to make it possible to qualify
  imports that collide with other types that have similar names
2023-07-16 09:11:59 +00:00
..
app.rs fix(prelude): remove widgets module from prelude (#317) 2023-07-16 09:11:59 +00:00
crossterm.rs feat(prelude): add a prelude (#304) 2023-07-10 22:59:01 +00:00
main.rs chore(features): enable building with all-features (#286) 2023-07-04 03:58:25 +00:00
termion.rs feat(prelude): add a prelude (#304) 2023-07-10 22:59:01 +00:00
termwiz.rs feat(prelude): add a prelude (#304) 2023-07-10 22:59:01 +00:00
ui.rs fix(prelude): remove widgets module from prelude (#317) 2023-07-16 09:11:59 +00:00