This commit is contained in:
Lucas Nogueira
2024-02-19 17:13:19 -03:00
parent c4fda036cc
commit d98fa3e9fa
3 changed files with 211 additions and 78 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.0" }
glib = "0.16"
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
rfd = { git = "https://github.com/PolyMeilex/rfd", rev = "a88718eba75a70ee24753b3fa02e08f56b21670b", features = [ "gtk3", "common-controls-v6" ] }
rfd = { version = "0.14", features = [ "gtk3", "common-controls-v6" ] }
raw-window-handle = "0.6"