feat(displays): listen to display change events with cosmic-randr

This commit is contained in:
Michael Aaron Murphy 2024-05-08 17:06:00 +02:00 committed by Michael Murphy
parent e756291b09
commit 554824aedf
4 changed files with 187 additions and 40 deletions

View file

@ -6,6 +6,7 @@ rust-version = "1.71.0"
sunrise_sunset = "1.0.1"
[workspace.dependencies]
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
tokio = { version = "1.37.0", features = ["macros"] }
[workspace.dependencies.libcosmic]