mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
feat: Update to ratatui v0.21.0 ✨
This commit is contained in:
parent
1a9dedd0f8
commit
f900b205fd
7 changed files with 39 additions and 44 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue