mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 03:23:20 +00:00
6 lines
94 B
Rust
6 lines
94 B
Rust
#[allow(clippy::module_inception)]
|
|
mod mesh;
|
|
mod vertex;
|
|
|
|
pub use mesh::*;
|
|
pub use vertex::*;
|