feat(apps): use linicon for freedesktop icon theme traversal

This commit is contained in:
2026-03-15 19:58:42 +01:00
parent a3c53a213b
commit aef33a53d7
2 changed files with 13 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ tokio = { workspace = true }
tracing = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
linicon = "2.3.0"
xdg = "3"