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"