Closed cds-internationalist closed 9 months ago
what example have you tried to run?
Figured out my issue - error was behind the keyboard - I hadn't properly copied some of the "use" statements, so I was using petgraph::graph::Graph instead of egui_graphs::Graph
The following error is thrown when trying to run examples;
expected a 'FnMut(&mut Ui)' closure, found 'GraphView<'_, (), ()>
On lines in the update function where we ui.add(&mut GraphView::<...