bevy/crates/bevy_render/src/batch/mod.rs
Carter Anderson c5ca59dc4d cargo fmt
2020-05-05 18:44:32 -07:00

10 lines
167 B
Rust

// mod asset_batcher;
// mod asset_batcher2;
mod batch;
mod batcher;
// pub use asset_batcher::*;
// pub use asset_batcher2::*;
pub use batch::*;
pub use batcher::*;