Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Oct 22, 2023
1 parent 6e1f10f commit 4945418
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/shader/post_processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ use bevy::{
ecs::query::QueryItem,
prelude::*,
render::{
extract_component::{ComponentUniforms, ExtractComponentPlugin, UniformComponentPlugin},
extract_component::{
ComponentUniforms, ExtractComponent, ExtractComponentPlugin, UniformComponentPlugin,
},
render_graph::{
NodeRunError, RenderGraphApp, RenderGraphContext, ViewNode, ViewNodeRunner,
},
Expand All @@ -31,7 +33,6 @@ use bevy::{
RenderApp,
},
};
use bevy_internal::render::extract_component::ExtractComponent;

fn main() {
App::new()
Expand Down

0 comments on commit 4945418

Please sign in to comment.