We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421d092 commit 1f8a627Copy full SHA for 1f8a627
crates/bevy_window/src/lib.rs
@@ -24,7 +24,7 @@ pub mod prelude {
24
use bevy_app::prelude::*;
25
use bevy_ecs::{
26
event::Events,
27
- schedule::{ParallelSystemDescriptorCoercion, SystemLabel},
+ schedule::{IntoSystemDescriptor, SystemLabel},
28
};
29
30
/// The configuration information for the [`WindowPlugin`].
0 commit comments