egui_node_graph
egui_node_graph copied to clipboard
Change UserState to outside of GraphEditorState
Changes
- #57
- add persistence feature flag
If you want to include the change discussed in #57 about passing &mut UserState please go ahead :+1:
I changed the UserState args to mutable and made NodeGraphExample::new() simpler using syntax sugar.
Looks ready to merge! Thanks again for the PR :smile: