egui_graphs
egui_graphs copied to clipboard
GraphMap support in transform
I'm using GraphMap so this would be useful for me. Could make sense to add a Transformable trait, or even better impl Into<Graph<N, E, Ty>> for GraphMap<N, E, Ty>
. Not sure I understand the use case for to_input_graph_custom
.