Files
notedeck/crates/notedeck_chrome/src/lib.rs
kernelkind 205d627f99 use TimedSerializer in AppSizeHandler
Signed-off-by: kernelkind <kernelkind@gmail.com>
2025-01-13 18:47:20 -05:00

13 lines
167 B
Rust

pub mod app_size;
pub mod fonts;
pub mod setup;
pub mod theme;
pub mod timed_serializer;
mod app;
pub use app::Notedeck;
#[cfg(target_os = "android")]
mod android;