chore: align idle with local cosmic stack
This commit is contained in:
parent
c95d066b5b
commit
60bce9eae4
3 changed files with 121 additions and 127 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -8,9 +8,9 @@ keyframe = "1.1.1"
|
|||
wayland-client = "0.31.11"
|
||||
wayland-protocols = { version = "0.32.9", features = ["client", "staging"] }
|
||||
wayland-protocols-wlr = { version = "0.3.9", features = ["client"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic", features = ["calloop"] }
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config", features = ["calloop"] }
|
||||
cosmic-idle-config = { path = "./cosmic-idle-config" }
|
||||
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
|
||||
cosmic-settings-config = { path = "../cosmic-settings-daemon/config" }
|
||||
calloop = { version = "0.14.3", features = ["executor"] }
|
||||
calloop-wayland-source = "0.4.1"
|
||||
log = "0.4.28"
|
||||
|
|
@ -23,3 +23,9 @@ futures-lite = "2.6.1"
|
|||
members = [
|
||||
"cosmic-idle-config"
|
||||
]
|
||||
|
||||
[patch.'https://github.com/pop-os/libcosmic']
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
|
||||
[patch.'https://github.com/pop-os/cosmic-settings-daemon']
|
||||
cosmic-settings-config = { path = "../cosmic-settings-daemon/config" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue