feat: Update to ratatui v0.21.0

This commit is contained in:
Dheepak Krishnamurthy 2023-05-29 12:58:40 -04:00
parent 1a9dedd0f8
commit f900b205fd
7 changed files with 39 additions and 44 deletions

View file

@ -3,7 +3,7 @@ use tui::{
layout::{Alignment, Constraint, Direction, Layout, Rect},
style::{Color, Modifier, Style},
symbols,
text::{Span, Spans},
text::{Span, Line},
widgets::{Block, BorderType, Borders, Cell, LineGauge, Paragraph, Row, Table},
Frame,
};