sailor 0.1.0

A sailing navigation application.
1
2
3
4
5
6
pub mod helpers;
mod painter;
pub mod ui;
pub mod weather;

pub use painter::Painter;