setzer22 / egui_node_graph

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

Missing egui serde support? #15

Closed jorgeja closed 2 years ago

jorgeja commented 2 years ago

Hey, been looking at the "persistence" feature. It seems to be missing the "egui/serde" feature? Seems to affect egui::Pos2 and egui::Vec2 uses

setzer22 commented 2 years ago

I just pushed a new change in 4aa2d9e, can you check if that solves the issue?

jorgeja commented 2 years ago

Sorry, forgot about this. Yes that fixed it :)

setzer22 commented 2 years ago

Nice! 🎉 Closing the issue then