jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.1k stars 164 forks source link

Upgrade to bevy_egui 0.26 #192

Closed spectria-limina closed 2 months ago

spectria-limina commented 3 months ago

There's a new version of bevy_egui out.

jakobhellermann commented 3 months ago

Looks like egui also had a release 0.27 two days ago https://github.com/emilk/egui/commit/4d4cb3d20db0517e74ca6ab6d3b646f78fd8123b, for which there there isn't a bevy_egui release yet.

Do you need bevy_egui 0.25 right now or can that wait for a new 0.26 release with egui 0.27? https://github.com/mvlabat/bevy_egui/pull/271

spectria-limina commented 3 months ago

I'm fine waiting!

thmxv commented 2 months ago

There is now a 0.27 release of both egui and bevy_egui. I am also fine waiting, my app compile as it is, but some behaviors are the subject of bugs fixed in 0.27.

jakobhellermann commented 2 months ago

I've released 0.24 with 0.27 support