#507 add right click paste in search

Signed-off-by: Jakub Gladysz <jakub.gladysz@protonmail.com>
This commit is contained in:
jglad
2025-03-21 16:35:24 +01:00
committed by Jakub Gladysz
parent a7f34a9dc7
commit 318f96e37e
8 changed files with 38 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ urlencoding = { workspace = true }
uuid = { workspace = true }
sha2 = { workspace = true }
base64 = { workspace = true }
egui-winit = { workspace = true }
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]
rfd = "0.15"