config: Add calloop feature to provide a calloop source (#102)
This should be useful for integrating cosmic-config into things using calloop, like cosmic-comp.
This commit is contained in:
parent
b85c504d72
commit
355e5a9715
3 changed files with 67 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
atomicwrites = "0.4.0"
|
||||
calloop = { version = "0.10.5", optional = true }
|
||||
dirs = "4.0.0"
|
||||
notify = "5.1.0"
|
||||
ron = "0.8.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue