Remove unused glow and drm-ffi dependencies

This commit is contained in:
Ian Douglas Scott 2025-01-10 15:53:02 -08:00 committed by Victoria Brekenfeld
parent f73d9cee6b
commit 794ac2fd8d
2 changed files with 0 additions and 36 deletions

View file

@ -22,7 +22,6 @@ cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daem
libdisplay-info = "0.2.0"
egui = {version = "0.29.0", optional = true}
egui_plot = {version = "0.29.0", optional = true}
glow = "0.12.0"
i18n-embed = {version = "0.14", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.8"
iced_tiny_skia = {git = "https://github.com/pop-os/libcosmic/"}
@ -61,7 +60,6 @@ rustix = { version = "0.38.32", features = ["process"] }
smallvec = "1.13.2"
rand = "0.8.5"
reis = { version = "0.4", features = ["calloop"] }
drm-ffi = "0.8.0"
[dependencies.id_tree]
branch = "feature/copy_clone"