Remove xkbcommon-sys from x11 dependencies. (#209)

This commit is contained in:
Evgeniy Reizner 2020-08-23 15:26:06 +03:00 committed by GitHub
parent 8efa8064c7
commit de32daf2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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