bevy_mod_debug_console 0.0.2

Bevy plugin to use console to get information from ECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Change Log


## Version 0.0.2 - 2021/08/24

### Added

* Added `examples\egui_console.rs` for integration with egui console

### Changed

* `ConsoleDebugPlugin` no longer pauses the main loop to work. Commands can be entered while game is running. The `pause` command now is used to pause the main loop.

## Version 0.0.1

* First release