We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc4f45 commit 399a4a0Copy full SHA for 399a4a0
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