Skip to content

Commit

Permalink
I definitely did this already
Browse files Browse the repository at this point in the history
  • Loading branch information
maniwani committed Aug 3, 2022
1 parent 4bc4f45 commit 399a4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_window/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub mod prelude {
use bevy_app::prelude::*;
use bevy_ecs::{
event::Events,
schedule::{ParallelSystemDescriptorCoercion, SystemLabel},
schedule::{IntoSystemDescriptor, SystemLabel},
};

/// The configuration information for the [`WindowPlugin`].
Expand Down

0 comments on commit 399a4a0

Please sign in to comment.