From f9886b6099ad0dca940f8fddeaa5229a62eb0824 Mon Sep 17 00:00:00 2001 From: fengints <64303724+fengints@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:57:15 +0500 Subject: [PATCH] Update rfd dependency with specific features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3988359d3..775e05c90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ freya-skia-safe = { version = "0.98.0", features = [ "webp", ] } bytes = "1.10.1" -rfd = "0.17" +rfd = { version = "0.17", default-features = false, features = ["gtk3", "wayland", "wayland-backend", "wayland-client", "wayland-protocols", "pollster"]} # Desktop renderer raw-window-handle = "0.6.0"