Drop unneeded dependency on 'x11' from locker

This commit is contained in:
Brian Tarricone 2022-05-30 18:57:28 -07:00
parent 28bcbd2ab0
commit b0c2ffc74a
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -295,7 +295,6 @@ dependencies = [
"libc",
"log",
"nix",
"x11",
"xcb",
"xcb-xembed",
"xkb",

View File

@ -20,7 +20,6 @@ bscreensaver-util = { path = "../util" }
libc = "0.2"
log = "0.4"
nix = "0.23"
x11 = "2.19"
xcb = { version = "1", features = ["randr", "xkb", "xfixes", "xinput"] }
xcb-xembed = { path = "../xcb-xembed" }
xkb = { version = "0.2", features = ["x11"] }