jakobhellermann / bevy-inspector-egui

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

Update egui to 0.24 #174

Closed barsoosayque closed 6 months ago

barsoosayque commented 6 months ago

Just a version bump. egui::Id::null() got deprecated, otherwise nothing much.

barsoosayque commented 6 months ago

Ah, right. I forgot that in my checks I was using egui-gizmo from main, which has updated egui. I guess this should wait until egui-gizmo releases 0.13

barsoosayque commented 6 months ago

egui-gizmo just released a new version (https://crates.io/crates/egui-gizmo/0.13.0), and it has a support for egui 0.24. I'm not sure if I can rerun the test check, but it should be safe to merge now !

jakobhellermann commented 6 months ago

Nice, I'll merge the PR tomorrow

jakobhellermann commented 6 months ago

okay not quite "tomorrow" but 0.22 is now up on crates.io :+1: