initial commit

This commit is contained in:
2025-02-18 17:10:44 +01:00
commit 818bfd569e
6 changed files with 3987 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "maxflow-rs"
version = "0.1.0"
authors = ["Sebastian Schnorbus <sebastian.schnorbus@stud.tu-darmstadt.de>"]
edition = "2021"
[dependencies]
eframe = "0.29"
egui = "0.29"
egui_graphs = "0.22.0"
petgraph = "0.6"
rand = "0.8.5"