This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-12-23 03:23:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d138647818
bevy
/
crates
/
bevy_render
/
src
/
mesh
/
mod.rs
6 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
app: simplify app imports
2020-07-17 01:47:51 +00:00
mod
mesh
;
mod
vertex
;
pub
use
mesh
::
*
;
cargo fmt
2020-07-26 19:10:18 +00:00
pub
use
vertex
::
*
;
Reference in a new issue
Copy permalink