Drop unneeded dependency on 'x11' from locker
This commit is contained in:
parent
28bcbd2ab0
commit
b0c2ffc74a
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -295,7 +295,6 @@ dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
"nix",
|
||||
"x11",
|
||||
"xcb",
|
||||
"xcb-xembed",
|
||||
"xkb",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user