Skip to content

Commit f2d4abb

Browse files
authored
fix(dialog): rfd feature flags (#3129)
1 parent 3dcf752 commit f2d4abb

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/dialog/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links = "tauri-plugin-dialog"
1111

1212
[features]
1313
default = ["gtk3"]
14-
xdg-portal = ["rfd/xdg-portal"]
14+
xdg-portal = ["rfd/xdg-portal", "rfd/tokio", "rfd/wayland"]
1515
gtk3 = ["rfd/gtk3"]
1616

1717
[package.metadata.docs.rs]
@@ -44,7 +44,6 @@ tauri = { workspace = true, features = ["wry"] }
4444

4545
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
4646
rfd = { version = "0.16", default-features = false, features = [
47-
"tokio",
4847
"common-controls-v6",
4948
] }
5049

0 commit comments

Comments
 (0)