rfd disable default features [skip ci]

This commit is contained in:
Lucas Nogueira
2024-02-19 17:37:21 -03:00
parent dbc0c0757e
commit a31ef8e67e
2 changed files with 5 additions and 39 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 = { version = "0.14", features = [ "gtk3", "common-controls-v6" ] }
rfd = { version = "0.14", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
raw-window-handle = "0.6"