mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
tek_tui -> tengri
This commit is contained in:
parent
36f7c8bd48
commit
3d290a9beb
11 changed files with 150 additions and 41 deletions
|
|
@ -5,11 +5,4 @@ pub(crate) use std::fmt::{Debug, Formatter};
|
|||
pub(crate) use std::sync::{Arc, RwLock};
|
||||
pub(crate) use std::thread::JoinHandle;
|
||||
pub(crate) use ::tek_jack::{*, jack::*};
|
||||
pub(crate) use ::tek_tui::{
|
||||
*,
|
||||
tek_output::*,
|
||||
//tek_input::*,
|
||||
//tek_edn::*,
|
||||
ratatui::prelude::*,
|
||||
//crossterm::event::*,
|
||||
};
|
||||
pub(crate) use ::tengri::{output::*, tui::{*, ratatui::prelude::*}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue