Files
notedeck/crates/notedeck_chrome/src/lib.rs
William Casarin b8e2a16e3b dave: give dave a new home in the sidebar
Signed-off-by: William Casarin <jb55@jb55.com>
2025-04-14 11:29:03 -07:00

13 lines
162 B
Rust

pub mod fonts;
pub mod setup;
pub mod theme;
#[cfg(target_os = "android")]
mod android;
mod app;
mod chrome;
pub use app::NotedeckApp;
pub use chrome::Chrome;