- Updated for bevy 0.8
- Added
examples\egui_console.rs
for integration with egui console
ConsoleDebugPlugin
no longer pauses the main loop to work. Commands can be entered while game is running. Thepause
command now is used to pause the main loop.
- First release