fix(dialog): rfd feature flags (#3129)

This commit is contained in:
Fabian-Lars
2025-11-28 15:25:58 +01:00
committed by GitHub
parent 3dcf7522b1
commit f2d4abb9e2
2 changed files with 22 additions and 2 deletions
+1 -2
View File
@@ -11,7 +11,7 @@ links = "tauri-plugin-dialog"
[features]
default = ["gtk3"]
xdg-portal = ["rfd/xdg-portal"]
xdg-portal = ["rfd/xdg-portal", "rfd/tokio", "rfd/wayland"]
gtk3 = ["rfd/gtk3"]
[package.metadata.docs.rs]
@@ -44,7 +44,6 @@ tauri = { workspace = true, features = ["wry"] }
[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.16", default-features = false, features = [
"tokio",
"common-controls-v6",
] }