Made use of the max turns thing
Unsure I'll ever use it... eh
This commit is contained in:
@@ -3,11 +3,10 @@ use card_stuffs::{self};
|
||||
|
||||
use crossterm::event::{self, Event, KeyCode, KeyEvent, KeyEventKind};
|
||||
use ratatui::{
|
||||
buffer::Buffer,
|
||||
layout::{Constraint, Layout, Rect, Flex},
|
||||
style::{Style, Stylize, Color},
|
||||
text::Line,
|
||||
widgets::{Block, BorderType, Borders, ListItem, List, Widget, Paragraph},
|
||||
widgets::{Block, BorderType, Borders, Paragraph},
|
||||
DefaultTerminal, Frame,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user