notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

lib.rs (141B)


      1 pub mod app_size;
      2 pub mod fonts;
      3 pub mod setup;
      4 pub mod theme;
      5 
      6 mod app;
      7 
      8 pub use app::Notedeck;
      9 
     10 #[cfg(target_os = "android")]
     11 mod android;