Add a cosmic-idle-config crate for settings

This commit is contained in:
Ian Douglas Scott 2024-10-15 09:46:03 -07:00
parent f30c7c3172
commit 92a5219eb9
4 changed files with 1196 additions and 15 deletions

View file

@ -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"
]