RichoDemus / bevy-console

MIT License
285 stars 63 forks source link

Please add a config option to NOT init the egui plugin #61

Closed ethereumdegen closed 6 months ago

ethereumdegen commented 9 months ago

thread 'main' panicked at src/world_interaction/dialog.rs:10:9: Error adding plugin bevy_egui::EguiPlugin: : plugin was already added in application note: run with RUST_BACKTRACE=1 environment variable to display a backtrac

00alia00 commented 6 months ago

This might be caused by 2 different versions of Egui.. (I had the same issue) check your Cargo.lock?