diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-26 12:51:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 12:51:15 +0100 |
| commit | a34efd6c6bb6199da59b096196a97495b32d0c1f (patch) | |
| tree | af61addce7342c974e1b00486a7330bd5a8fa3b8 /ui/backend/Cargo.toml | |
| parent | feat(gui): directory block, re-org of some code (#2314) (diff) | |
| download | atuin-a34efd6c6bb6199da59b096196a97495b32d0c1f.zip | |
feat(gui): folder select dialogue for directory block (#2315)
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 96a9b1c6..4477674e 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -37,6 +37,7 @@ tauri-plugin-http = "2.0.0-beta" tauri-plugin-single-instance = "2.0.0-beta" tauri-plugin-os = "2.0.0-beta.8" tauri-plugin-shell = "2.0.0-beta.7" +tauri-plugin-dialog = "2.0.0-beta.11" [target."cfg(target_os = \"macos\")".dependencies] cocoa = "0.25" |
