1 2 3 4 5 6 7 8
pub mod event; pub mod overlay; pub mod surface; use mimalloc::MiMalloc; #[global_allocator] static GLOBAL: MiMalloc = MiMalloc;