From 9c2667464b4e20cfea11cb8d3447f92f51db7440 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 15:17:54 -0500 Subject: WARP: User friendly file picker Instead of using the interaction api or text input just use a rust crate to manage the file picker dialog --- plugins/warp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/warp/Cargo.toml') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index d4be65d8..259b498d 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -16,6 +16,7 @@ arboard = "3.4" rayon = "1.10" dashmap = "6.1" walkdir = "2.5" +rfd = "0.15" # For sigem env_logger = "0.11.5" clap = { version = "4.5.16", features = ["derive"] } -- cgit v1.3.1