mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
mod mesh;
|
|
mod vertex;
|
|
|
|
pub use mesh::*;
|
|
pub use vertex::*;
|