Revert "fix: new matching algorithm for desktop entries"

This reverts commit 9519b86ec9.
This commit is contained in:
Victoria Brekenfeld 2024-08-13 08:31:38 -06:00 committed by Jeremy Soller
parent 84afe7b50a
commit c9f8f48537
2 changed files with 28 additions and 107 deletions

View file

@ -33,7 +33,6 @@ desktop = [
"dep:freedesktop-desktop-entry",
"dep:mime",
"dep:shlex",
"dep:textdistance",
"dep:zbus",
]
# Enables keycode serialization
@ -92,7 +91,6 @@ rustix = { version = "0.38.34", features = ["pipe", "process"], optional = true
serde = { version = "1.0.180", features = ["derive"] }
slotmap = "1.0.6"
smol = { version = "2.0.0", optional = true }
textdistance = { version = "1.0.2", optional = true }
thiserror = "1.0.44"
tokio = { version = "1.24.2", optional = true }
tracing = "0.1"