chore: update deps

This commit is contained in:
Ashley Wulber 2026-03-04 19:15:34 -05:00 committed by Ashley Wulber
parent 2e08a871be
commit efe0b45fbb
3 changed files with 25 additions and 29 deletions

View file

@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2024"
[dependencies]
cosmic-config = { git = "https://github.com/pop-os/libcosmic", branch = "iced-rebase" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional = true }
input = "0.9.1"
libdisplay-info = { version = "0.3.0", optional = true }
@ -16,6 +16,6 @@ tracing = { version = "0.1.44", features = [
], optional = true }
[features]
default = ["output", "randr"]
default = []
output = ["ron", "tracing"]
randr = ["cosmic-randr-shell", "output"]