setzer22 / egui_node_graph

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

Supports egui 0.23.0 #109

Open MarkSwanson opened 9 months ago

MarkSwanson commented 9 months ago

Just a few minor changes required.

MarkSwanson commented 8 months ago

I added another fix. The PhantomData change in #58 broke serde. My fix was to just not serialize that specific PhantomData field. My app now serializes and deserializes my egui_node_graph perfectly.

Edit: the Serde serialize error was: Error { inner: UnsupportedType(Some("PhantomData")) }