bevy/crates/bevy_render/src/batch/mod.rs
2020-08-16 07:20:06 -07:00

11 lines
202 B
Rust

// mod asset_batcher;
// mod asset_batcher2;
#[allow(clippy::module_inception)]
mod batch;
mod batcher;
// pub use asset_batcher::*;
// pub use asset_batcher2::*;
pub use batch::*;
pub use batcher::*;