Add Projection
component to prelude. (#5557)
:) Co-authored-by: Devil Ira <justthecooldude@gmail.com>
This commit is contained in:
parent
97fdbad9db
commit
13b4a7daaa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user