unify keys and api modules

This commit is contained in:
🪞👃🪞 2025-04-24 01:35:03 +03:00
parent 85616f7338
commit a9d22bd26f
3 changed files with 379 additions and 356 deletions

View file

@ -38,7 +38,6 @@ pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicBool, Ordering::Relaxed}}
mod api; pub use self::api::*;
mod audio; pub use self::audio::*;
mod device; pub use self::device::*;
mod keys; pub use self::keys::*;
mod model; pub use self::model::*;
mod view; pub use self::view::*;