From e7e7b945c51474bba7a5d8827cb83a4d4f05c385 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 5 Jan 2026 01:45:27 +0000 Subject: [PATCH] gui: switch to upstream version of rfd (#7) The PR was merged into upstream. They haven't cut a release yet though so we still need to pull from git. Reviewed-on: https://git.ohea.xyz/mumble/mumble-web2/pulls/7 Reviewed-by: Sam Sartor --- Cargo.lock | 7 +++---- gui/Cargo.toml | 4 +--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ca4233..09cf2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5841,12 +5841,12 @@ dependencies = [ [[package]] name = "rfd" version = "0.16.0" -source = "git+https://github.com/samsartor/rfd.git#d8ffa02ecc5071f44a514ec7736dc0c1296a9845" +source = "git+https://github.com/PolyMeilex/rfd.git#f3258c56e7099572f1a3cffc30b3677dba88142c" dependencies = [ - "ashpd", "block2", "dispatch2", "js-sys", + "libc", "log", "objc2", "objc2-app-kit", @@ -5854,11 +5854,10 @@ dependencies = [ "objc2-foundation", "pollster", "raw-window-handle 0.6.2", - "urlencoding", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 1c92c50..04de138 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -87,7 +87,7 @@ tracing = "^0.1.40" color-eyre = "^0.6.3" crossbeam-queue = "^0.3.11" lol_html = "^2.2.0" -rfd = { git = "https://github.com/samsartor/rfd.git", version = "^0.16.0", default-features = false } +rfd = { git = "https://github.com/PolyMeilex/rfd.git", version = "^0.16.0", default-features = false } base64 = "^0.22" mime_guess = "^2.0.5" async_cell = "^0.2.3" @@ -130,6 +130,4 @@ desktop = [ "cpal", "dasp_ring_buffer", "rfd/xdg-portal", - "rfd/tokio", ] -