diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-09-11 18:12:42 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-09-11 18:12:42 +0400 |
| commit | 67b2ce202097c4ce0db3ea81df775405608d527f (patch) | |
| tree | 636c0526df705597acc00b48a411307e8480d0e2 /graph-checker/Cargo.toml | |
| parent | b9796c72d952517e866f729691389723fa381bc0 (diff) | |
wip: add egui
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" |