egui_node_graph
egui_node_graph copied to clipboard
Persistence
It would be helpful to know how to use the "persistence" feature. I presume it uses serde to store state to persistence storage, but how to use it?
The persistence feature is implemented in the example in this repo via an optional rust feature , you can check it here. Might be nice to have some more doc about it though