Add Projection component to prelude. (#5557)

:)

Co-authored-by: Devil Ira <justthecooldude@gmail.com>
This commit is contained in:
ira 2022-08-04 22:09:50 +00:00
parent 97fdbad9db
commit 13b4a7daaa

View File

@ -23,7 +23,7 @@ pub use extract_param::Extract;
pub mod prelude {
#[doc(hidden)]
pub use crate::{
camera::{Camera, OrthographicProjection, PerspectiveProjection},
camera::{Camera, OrthographicProjection, PerspectiveProjection, Projection},
color::Color,
mesh::{shape, Mesh},
render_resource::Shader,