jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.12k stars 166 forks source link

Upgrade rework branch dependencies #104

Closed barsoosayque closed 1 year ago

barsoosayque commented 1 year ago

bevy_dock just released a new version with egui = "0.20.0" and inspector became incompatible with it :disappointed:. This PR is simple cargo upgrade on the rework branch.

jakobhellermann commented 1 year ago

I don't think this will work because bevy_egui has not updated yet

barsoosayque commented 1 year ago

Ah, you are correct. I built the wrong thing :weary:

jakobhellermann commented 1 year ago

The egui_dock crate is pinned to a specific commit so I wouldnt expect upstream updates to break anything: https://github.com/jakobhellermann/bevy-inspector-egui/blob/5c14a0008c740015d57140cff9278104c95842a3/crates/bevy-inspector-egui/Cargo.toml#L36

barsoosayque commented 1 year ago

Added a little import fix; and as a note, bevy_egui!139 does fix the type mismatch, everything works

barsoosayque commented 1 year ago

Updated bevy_egui, build succeeded