config: load view (and maybe name/info?)

This commit is contained in:
🪞👃🪞 2025-05-02 21:05:06 +03:00
parent 0efcb7f0fe
commit aefc147347
3 changed files with 72 additions and 49 deletions

View file

@ -37,6 +37,7 @@ pub(crate) use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering::Relaxed};
mod api; pub use self::api::*;
mod audio; pub use self::audio::*;
mod config; pub use self::config::*;
mod model; pub use self::model::*;
mod view; pub use self::view::*;