mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-24 03:24:21 +01:00
13 lines
162 B
Rust
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;
|