aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-03 07:31:44 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-03 07:31:44 +0400
commit14729f772bfc049cfe04d43b5a5ab7186c2bc021 (patch)
tree1529d773c747a8f865ad87f28c9df50cf908275c /Cargo.lock
parent2c1d2ce0d33401990734d07d5910def97dc82998 (diff)
downloadniri-14729f772bfc049cfe04d43b5a5ab7186c2bc021.tar.gz
niri-14729f772bfc049cfe04d43b5a5ab7186c2bc021.tar.bz2
niri-14729f772bfc049cfe04d43b5a5ab7186c2bc021.zip
Add suspend key handling
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db2de2e7..c7f92193 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1110,6 +1110,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
+name = "logind-zbus"
+version = "3.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3"
+dependencies = [
+ "serde",
+ "zbus",
+]
+
+[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1240,6 +1250,7 @@ dependencies = [
"directories",
"image",
"keyframe",
+ "logind-zbus",
"profiling",
"sd-notify",
"smithay",