mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-13 07:06:41 +01:00
tek_tui -> tengri
This commit is contained in:
parent
36f7c8bd48
commit
3d290a9beb
11 changed files with 150 additions and 41 deletions
|
|
@ -12,9 +12,8 @@ mod unit; pub use self::unit::*;
|
|||
pub(crate) use ::tek_jack::{*, jack::{*, contrib::*}};
|
||||
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicBool, AtomicUsize, Ordering::*}};
|
||||
pub(crate) use std::ops::{Add, Sub, Mul, Div, Rem};
|
||||
pub(crate) use ::tengri::{input::*, dsl::*};
|
||||
pub use ::atomic_float; pub(crate) use atomic_float::*;
|
||||
pub(crate) use ::tek_edn::*;
|
||||
pub(crate) use ::tek_input::*;
|
||||
|
||||
/// Standard result type.
|
||||
pub(crate) type Usually<T> = Result<T, Box<dyn std::error::Error>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue