fix(config): move cosmic-randr-shell to main branch

This commit is contained in:
Michael Aaron Murphy 2025-09-17 17:35:23 +02:00 committed by Victoria Brekenfeld
parent b83e9f1d32
commit 64a9c1badf
2 changed files with 6 additions and 7 deletions

View file

@ -5,8 +5,7 @@ edition = "2021"
[dependencies]
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", branch = "kdl-command", optional = true }
# cosmic-randr-shell = { path = "../../cosmic-randr/shell", optional = true }
cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional = true }
input = "0.9.0"
libdisplay-info = { version = "0.2.0", optional = true }
serde = { version = "1", features = ["derive"] }