malakal 0.1.9

a day-planning calendar app based on egui
1
2
3
4
5
pub mod calendar;
pub mod schedule_ui;

pub use calendar::*;
pub use schedule_ui::*;