wip: some namespace progress
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-08-15 21:24:31 +03:00
parent ea47d605a6
commit 74b497cf3a
4 changed files with 35 additions and 35 deletions

View file

@ -88,11 +88,9 @@ mod time; pub use self::time::*;
mod note; pub use self::note::*;
pub mod jack; pub use self::jack::*;
pub mod midi; pub use self::midi::*;
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicUsize, AtomicBool, Ordering::Relaxed}};
pub(crate) use std::fmt::Debug;
pub(crate) use std::ops::{Add, Sub, Mul, Div, Rem};
pub(crate) use ::tengri::{from, Usually};
pub use ::atomic_float; pub(crate) use atomic_float::*;