chore: update deps
This commit is contained in:
parent
2e08a871be
commit
efe0b45fbb
3 changed files with 25 additions and 29 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue