diff --git a/crates/bevy_window/src/lib.rs b/crates/bevy_window/src/lib.rs index 02db232f9a6b8..8876541adbdce 100644 --- a/crates/bevy_window/src/lib.rs +++ b/crates/bevy_window/src/lib.rs @@ -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`].