diff options
Diffstat (limited to 'graph-checker/Cargo.toml')
| -rw-r--r-- | graph-checker/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml index 6e5cb1b..8822268 100644 --- a/graph-checker/Cargo.toml +++ b/graph-checker/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" actix-web = "4.9.0" clap = { version = "4.5.17", features = ["derive", "env"] } dotenv = "0.15.0" -egui = { version = "0.28.1", features = ["rayon", "serde"] } +eframe = { version = "0.28.1", features = ["serde"] } futures = "0.3.30" rayon = "1.10.0" reqwest = "0.12.7" |