From de32daf2c187305e47f00f4891fcc8af0e120ca9 Mon Sep 17 00:00:00 2001 From: Evgeniy Reizner Date: Sun, 23 Aug 2020 15:26:06 +0300 Subject: [PATCH] Remove xkbcommon-sys from x11 dependencies. (#209) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37d41e0..e13ec08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]