RichoDemus / bevy-console

MIT License
285 stars 63 forks source link

Update `bevy_egui` to v0.24 #60

Closed umut-sahin closed 10 months ago

umut-sahin commented 10 months ago

When bevy-console is used with bevy-inspector-egui, adding the console plugin crashes with:

Error adding plugin bevy_egui::EguiPlugin: : plugin was already added in application

I think the reason for this is that both v0.23 and v0.24 gets included in the build and somehow this check fails: https://github.com/RichoDemus/bevy-console/blob/44d431c04acfb1c853e807371639cede254be414/src/lib.rs#L77-L81

I'm not 100% sure that it'll solve the issue but I think it's worth a try!

makspll commented 10 months ago

Could you try the current version on the main brunch?

umut-sahin commented 10 months ago

It's working!

makspll commented 10 months ago

Nice! I'll release this version

umut-sahin commented 10 months ago

Thanks for the quick resolution, looking forward to use the library :partying_face:

makspll commented 10 months ago

no worries :)