gui: switch to upstream version of rfd (#7)
Build Mumble Web 2 / windows_build (push) Has been cancelled
Build Mumble Web 2 / linux_build (push) Has been cancelled

The PR was merged into upstream. They haven't cut a release yet though so we still need to pull from git.

Reviewed-on: #7
Reviewed-by: Sam Sartor <cap@samsartor.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-01-05 01:45:27 +00:00
parent cd90cb628b
commit e7e7b945c5
2 changed files with 4 additions and 7 deletions
+1 -3
View File
@@ -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",
]