use rfd for desktop file selection

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-22 14:47:22 -05:00
parent b5a782a06e
commit 5aa1c982cd
2 changed files with 473 additions and 4 deletions

View File

@@ -46,6 +46,9 @@ uuid = { workspace = true }
sha2 = { workspace = true }
base64 = { workspace = true }
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]
rfd = "0.15"
[dev-dependencies]
tempfile = { workspace = true }