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

#[cfg(feature = "bevy_renderer")]
pub mod font {
    pub use kayak_font::*;
}

#[cfg(feature = "bevy_renderer")]
pub mod bevy {
    pub use bevy_kayak_ui::*;
}