mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-03-14 22:46:09 +01:00
use calloop for daemon
Should fix #3 because we no longer have the cooked loop
This commit is contained in:
parent
14e5170f4f
commit
13bd759ded
3 changed files with 127 additions and 127 deletions
|
|
@ -9,10 +9,11 @@ ciborium = "0.2.2"
|
|||
ctrlc = "3.5.0"
|
||||
dirs = "6.0.0"
|
||||
eyre = "0.6.12"
|
||||
rustix = "1.1.2"
|
||||
serde = "1.0.219"
|
||||
tracing = { version = "0.1.41", features = ["attributes"] }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
wayland-backend = { version = "0.3.11", features = ["client_system"] }
|
||||
wayland-client = "0.31.11"
|
||||
wayland-protocols = { version = "0.32.9", features = ["staging", "client"] }
|
||||
calloop = "0.14.3"
|
||||
calloop-wayland-source = "0.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue