Update egui_graphs, make maxflow problem generator work

This commit is contained in:
2025-03-17 10:21:35 +01:00
parent 818bfd569e
commit dcefeaa8c0
4 changed files with 819 additions and 467 deletions

View File

@@ -5,8 +5,11 @@ authors = ["Sebastian Schnorbus <sebastian.schnorbus@stud.tu-darmstadt.de>"]
edition = "2021"
[dependencies]
eframe = "0.29"
egui = "0.29"
egui_graphs = "0.22.0"
ecolor = "0.31.1"
eframe = "0.30"
egui = "0.30"
egui_graphs = "0.23.0"
geo = "0.29.3"
itertools = "0.14.0"
petgraph = "0.6"
rand = "0.8.5"