Add a cosmic-idle-config crate for settings
This commit is contained in:
parent
f30c7c3172
commit
92a5219eb9
4 changed files with 1196 additions and 15 deletions
|
|
@ -9,3 +9,10 @@ rustix = { version = "0.38.34", features = ["fs"] }
|
|||
wayland-client = "0.31.5"
|
||||
wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
|
||||
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
cosmic-idle-config = { path = "./cosmic-idle-config" }
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"cosmic-idle-config"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue