From d0f8c4d7fdfd63c63c8b4549fdaafcca4ce3db5d Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Mon, 22 Jul 2024 20:17:35 +0200 Subject: [PATCH] removed tinyfiledialog from cargo toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90e50f3..2c98004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ build = "build/build.rs" [dependencies] eframe = "0.25.0" -tinyfiledialogs = "3.0" egui_extras = "0.25.0" image = "0.24.8" serde = { version = "1.0.195", features = ["derive"] }