chore: remove unneeded dependencies

This commit is contained in:
Vukašin Vojinović 2026-02-23 17:13:16 +01:00 committed by Victoria Brekenfeld
parent 40c7eb26cd
commit d02051d16a
3 changed files with 5 additions and 19 deletions

View file

@ -42,8 +42,7 @@ i18n-embed-fl = "0.10"
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic" }
indexmap = "2.13"
keyframe = "1.1.1"
libc = "0.2.182"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false }
libsystemd = { version = "0.7", optional = true }
log-panics = { version = "2", features = ["with-backtrace"] }
ordered-float = "5.1"
@ -52,7 +51,6 @@ regex = "1"
ron = "0.12"
rust-embed = { version = "8.11", features = ["debug-embed"] }
sanitize-filename = "0.6.0"
sendfd = "0.4.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2.0.18"