Log error instead of ignoring

This commit is contained in:
Ian Douglas Scott 2024-10-22 13:52:33 -07:00
parent 90249780a5
commit 77d16897dc
3 changed files with 146 additions and 3 deletions

View file

@ -5,7 +5,6 @@ edition = "2021"
[dependencies]
keyframe = "1.1.1"
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"] }
@ -13,6 +12,8 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic", features = ["call
cosmic-idle-config = { path = "./cosmic-idle-config" }
calloop = "0.14.0"
calloop-wayland-source = "0.4.0"
log = "0.4.22"
env_logger = "0.11.5"
[workspace]
members = [