feat(desktop): add DesktopEntryCache and unit tests for known problematic entries
This commit is contained in:
parent
2296e8e94d
commit
690f1d331d
2 changed files with 816 additions and 9 deletions
|
|
@ -219,12 +219,7 @@ exclude = ["iced"]
|
|||
[workspace.dependencies]
|
||||
dirs = "6.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.13.0"
|
||||
|
||||
[patch."https://github.com/pop-os/libcosmic"]
|
||||
libcosmic = { path = "./" }
|
||||
|
||||
# FIXME update winit deps where necessary to use this
|
||||
# [patch.crates-io]
|
||||
# [patch."https://github.com/pop-os/winit.git"]
|
||||
# winit = { git = "https://github.com/pop-os/winit.git//", branch = "xdg-toplevel" }
|
||||
# winit = { path = "../winit" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue