Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Dec 13, 2023
1 parent d785a25 commit 357370c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
Binary file added doc/.console.png-autosave.kra
Binary file not shown.
Binary file modified doc/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/console.png~
Binary file not shown.
16 changes: 7 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
//! use bevy::prelude::*;
//! use bevy_dev_console::prelude::*;
//!
//! fn main() {
//! App::new()
//! .add_plugins((
//! ConsoleLogPlugin::default(),
//! DefaultPlugins.build().disable::<bevy::log::LogPlugin>(),
//! DevConsolePlugin,
//! ))
//! .run();
//! }
//! App::new()
//! .add_plugins((
//! ConsoleLogPlugin::default(),
//! DefaultPlugins.build().disable::<bevy::log::LogPlugin>(),
//! DevConsolePlugin,
//! ))
//! .run();
//! ```

use bevy::prelude::*;
Expand Down

0 comments on commit 357370c

Please sign in to comment.