You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/ps-gui/src/lib.rs

12 lines
177 B
Rust

mod app;
mod app_state;
mod mail_panel;
mod navigation_bar;
mod platform;
mod segmentation_bar;
mod textures;
pub(crate) mod widgets;
pub use app::PostsackApp;
pub use eframe;