Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff3r committed Jun 16, 2024
1 parent 1ab16d6 commit 13dfde5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/bevy-inspector-egui/src/bevy_inspector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//! ```rust
//! use bevy_inspector_egui::bevy_inspector;
//! # use bevy_ecs::prelude::*;
//! # use bevy_state::prelude::States;
//! # use bevy_reflect::Reflect;
//! # use bevy_render::prelude::Msaa;
//! # use bevy_math::Vec3;
Expand Down
1 change: 1 addition & 0 deletions crates/bevy-inspector-egui/src/quick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ fn inspector_ui<T: Resource + Reflect>(world: &mut World) {
/// ```no_run
/// use bevy::prelude::*;
/// use bevy_inspector_egui::quick::StateInspectorPlugin;
/// use bevy_state::{app::AppExtStates, prelude::States, state::FreelyMutableState};
///
/// fn main() {
/// App::new()
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy-inspector-egui/src/reflect_inspector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//! use bevy_inspector_egui::reflect_inspector::{InspectorUi, Context};
//!
//! use bevy_ecs::prelude::*;
//! use bevy_ecs::system::CommandQueue;
//! use bevy_ecs::world::CommandQueue;
//! use bevy_asset::Handle;
//! use bevy_pbr::StandardMaterial;
//!
Expand Down

0 comments on commit 13dfde5

Please sign in to comment.