bevy/crates/bevy_render/src/mesh/mod.rs

5 lines
58 B
Rust
Raw Normal View History

2020-07-17 01:47:51 +00:00
mod mesh;
mod vertex;
pub use mesh::*;
pub use vertex::*;