Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeenobit committed Jul 21, 2024
1 parent 4fc559e commit 6acd13f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
use bevy_ecs::{prelude::*, query::QueryFilter};

pub mod prelude {
pub use crate::{
kind, GetInstanceCommands, Instance, InstanceCommands, InstanceMut, InstanceMutItem,
InstanceRef, Kind, KindBundle, SpawnInstance, SpawnInstanceWorld, WithKind,
};
pub use crate::{kind, Kind, WithKind};
pub use crate::{GetInstanceCommands, InstanceCommands};
pub use crate::{Instance, InstanceMut, InstanceRef};
pub use crate::{KindBundle, SpawnInstance, SpawnInstanceWorld};
}

/// A type which represents the kind of an [`Entity`].
Expand Down

0 comments on commit 6acd13f

Please sign in to comment.