bevy/crates/bevy_render
Logan Magee 3bc5e4cb1e
render: Export specific items outside of prelude (#473)
It's a preference of some people to not use prelude modules at all in
order to make their imports more explicit. Currently, items like
`Camera3dComponent` are only exported in a prelude module, making an
explicit import look like

`use bevy::prelude::Camera3dComponent`

which feels a bit hackish. This change doesn't remove such components
from the prelude, but just re-exports them at the crate's
(`bevy_render` in this case) root.
2020-09-11 16:23:21 -07:00
..
src render: Export specific items outside of prelude (#473) 2020-09-11 16:23:21 -07:00
Cargo.toml update dependencies (#470) 2020-09-10 12:54:24 -07:00