Skip to content

Commit 399a4a0

Browse files
committed
I definitely did this already
1 parent 4bc4f45 commit 399a4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_window/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub mod prelude {
2424
use bevy_app::prelude::*;
2525
use bevy_ecs::{
2626
event::Events,
27-
schedule::{ParallelSystemDescriptorCoercion, SystemLabel},
27+
schedule::{IntoSystemDescriptor, SystemLabel},
2828
};
2929

3030
/// The configuration information for the [`WindowPlugin`].

0 commit comments

Comments
 (0)