Skip to content

Commit d0e5401

Browse files
committed
Merge conflicts
1 parent a3580ce commit d0e5401

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/bevy_app/src/app_builder.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ use crate::{
44
CoreStage, PluginGroup, PluginGroupBuilder, StartupStage,
55
};
66
use bevy_ecs::{
7-
component::{Component, ComponentDescriptor},
8-
event::Events,
97
component::{Component, StorageType},
8+
event::Events,
109
schedule::{
1110
RunOnce, Schedule, Stage, StageLabel, State, SystemDescriptor, SystemSet, SystemStage,
1211
},

crates/bevy_ecs/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pub mod prelude {
1818
bundle::Bundle,
1919
entity::Entity,
2020
event::{EventReader, EventWriter},
21-
query::{Added, ChangeTrackers, Changed, Or, QueryState, With, WithBundle, Without},
2221
query::{
2322
Added, ChangeTrackers, Changed, Or, QueryRelationFilter, QueryState, Relation, With,
2423
WithBundle, Without,

0 commit comments

Comments
 (0)