deps: Switch from edid-rs to libdisplay-info

This commit is contained in:
Victoria Brekenfeld 2025-01-02 20:19:04 +01:00 committed by Victoria Brekenfeld
parent 546966bf15
commit adcb81bbe0
4 changed files with 153 additions and 166 deletions

View file

@ -19,7 +19,7 @@ cosmic-comp-config = {path = "cosmic-comp-config"}
cosmic-config = {git = "https://github.com/pop-os/libcosmic/", features = ["calloop", "macro"]}
cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"]}
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
edid-rs = {version = "0.1"}
libdisplay-info = "0.2.0"
egui = {version = "0.29.0", optional = true}
egui_plot = {version = "0.29.0", optional = true}
glow = "0.12.0"