setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
715 stars 134 forks source link

Bump egui version to 0.19.0 #55

Closed MathiasPius closed 2 years ago

MathiasPius commented 2 years ago

0.19.0 was released a few days ago, and some packages (like bevy_egui) have already moved to it, causing some incompatibilities if it's used with egui_node_graph.

The upgrade is completely painless, and there do not appear to be any breakages.

https://github.com/setzer22/egui_node_graph/compare/main...MathiasPius:egui_node_graph:main

setzer22 commented 2 years ago

Sounds good! Do you mind submitting your changes as a PR?

MathiasPius commented 2 years ago

Not at all :)

See #56