jakobhellermann / bevy_editor_pls

In-App editor tools for bevy applications
Other
758 stars 78 forks source link

`egui-gizmo` dependancy need to be updated to `transform-gizmo-bevy` #105

Closed ActuallyHappening closed 3 months ago

ActuallyHappening commented 5 months ago

I am using bevy_editor_pls along with bevy_egui, but bevy_editor_pls depends on the crate Egui-gizmo which is depreciated, i.e. the GitHub name has been changed (see here)

I'm going to try to replace usages of egui_gizmo with this new and updated version, so that my project compiles since using the (old / current) bevy_editor_pls_default_windows requires an older version of Egui curtesy of egui-gizmo

jakobhellermann commented 3 months ago

also fixed with https://github.com/jakobhellermann/bevy_editor_pls/pull/110