mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
working main menu
This commit is contained in:
parent
559d2fc4a1
commit
f81f16b47b
7 changed files with 130 additions and 80 deletions
|
|
@ -3,14 +3,17 @@ pub use ::{
|
|||
tek_config::*,
|
||||
tek_device::{self, *},
|
||||
tengri::{
|
||||
Usually, Perhaps, Has, MaybeHas, has, maybe_has,
|
||||
Usually, Perhaps, Has, MaybeHas, has, maybe_has, impl_debug,
|
||||
dsl::*, input::*, output::*, tui::*,
|
||||
tui::ratatui,
|
||||
tui::ratatui::prelude::buffer::Cell,
|
||||
tui::ratatui::prelude::Color::{self, *},
|
||||
tui::ratatui::prelude::{Style, Stylize, Buffer, Modifier},
|
||||
tui::crossterm,
|
||||
tui::crossterm::event::{Event, KeyCode::{self, *}},
|
||||
tui::{
|
||||
ratatui::{
|
||||
self, prelude::{Style, Stylize, Buffer, Modifier, buffer::Cell, Color::{self, *}}
|
||||
},
|
||||
crossterm::{
|
||||
self,
|
||||
event::{Event, KeyCode::{self, *}},
|
||||
},
|
||||
}
|
||||
},
|
||||
std::{
|
||||
path::{Path, PathBuf},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue