1 2 3 4 5 6 7
//! Re-exports the most common types. pub use crate::{ app::{App, Settings}, event::EventHandler, gfx::{color::colors::*, BatchContext, RenderContext}, };