Skip to content
Snippets Groups Projects
lib.rs 95 B
Newer Older
StarArawn's avatar
StarArawn committed
pub mod widgets {
    pub use kayak_widgets::*;
StarArawn's avatar
StarArawn committed
}

pub mod core {
    pub use kayak_core::*;
}