mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
tek_tui -> tengri
This commit is contained in:
parent
36f7c8bd48
commit
3d290a9beb
11 changed files with 150 additions and 41 deletions
|
|
@ -9,3 +9,9 @@ tengri = { workspace = true }
|
|||
tek_jack = { workspace = true }
|
||||
tek_time = { workspace = true }
|
||||
tek_midi = { workspace = true }
|
||||
|
||||
livi = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "lv2" ]
|
||||
lv2 = [ "livi" ]
|
||||
|
|
|
|||
|
|
@ -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