Forgot xkb deps for x11 (#187)

Co-authored-by: Antonino Siena <a.siena@gmx.de>
This commit is contained in:
Antonino Siena 2020-05-28 10:29:52 +02:00 committed by GitHub
parent 849a640eb5
commit ad5ab6eb69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ features = [
[features]
default = ["wayland", "x11"]
x11 = ["x11-dl"]
x11 = ["x11-dl", "xkb", "xkbcommon-sys"]
wayland = ["wayland-client", "wayland-protocols", "wayland-cursor", "tempfile", "xkb", "xkbcommon-sys"]
[target.'cfg(not(any(target_os = "macos", target_os = "redox", windows)))'.dependencies]