From 082ffbc0c4136a443e44511b1e8a31fecdfe24b5 Mon Sep 17 00:00:00 2001 From: ellieplayswow <164806095+ellieplayswow@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:19:07 +0000 Subject: [PATCH] adding note for xdg-mime patch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8733df5..d9765ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,7 @@ tokio = { version = "1", features = ["rt", "macros"] } [patch.crates-io] # https://github.com/alexcrichton/filetime/pull/104 filetime = { git = "https://github.com/jackpot51/filetime" } +# https://github.com/ebassi/xdg-mime-rs/pull/31 xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" } # [patch.'https://github.com/pop-os/cosmic-text']