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 11:33:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0dbbcd98b6
bevy
/
crates
/
bevy_render
/
src
/
mesh
/
mod.rs
5 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
enforce clippy for all target and features
2020-08-16 07:30:04 +00:00
#[
allow(clippy::module_inception)
]
app: simplify app imports
2020-07-17 01:47:51 +00:00
mod
mesh
;
pub
use
mesh
::
*
;
Reference in a new issue
Copy permalink