From 90466ab9bf02df47e91bd3b1659c67616bad969f Mon Sep 17 00:00:00 2001 From: ZetaNumbers <53300196+ZetaNumbers@users.noreply.github.com> Date: Sat, 16 Oct 2021 14:44:59 +0300 Subject: [PATCH] fix: eww passes x11 and wayland features down to yuck (#306) --- crates/eww/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index 3bd5140..e1daf04 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -11,8 +11,8 @@ homepage = "https://github.com/elkowar/eww" [features] default = ["x11"] -x11 = ["gdkx11", "x11rb"] -wayland = ["gtk-layer-shell", "gtk-layer-shell-sys"] +x11 = ["gdkx11", "x11rb", "yuck/x11"] +wayland = ["gtk-layer-shell", "gtk-layer-shell-sys", "yuck/wayland"] [dependencies.cairo-sys-rs] version = "0.14.0"