Skip to content

Commit

Permalink
Add Projection component to prelude. (bevyengine#5557)
Browse files Browse the repository at this point in the history
:)

Co-authored-by: Devil Ira <justthecooldude@gmail.com>
  • Loading branch information
2 people authored and maccesch committed Aug 5, 2022
1 parent 0520986 commit 9522ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9522ee0

Please sign in to comment.