fix: eww passes x11 and wayland features down to yuck (#306)

This commit is contained in:
ZetaNumbers 2021-10-16 14:44:59 +03:00 committed by GitHub
parent 5b52cd927a
commit 90466ab9bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ homepage = "https://github.com/elkowar/eww"
[features] [features]
default = ["x11"] default = ["x11"]
x11 = ["gdkx11", "x11rb"] x11 = ["gdkx11", "x11rb", "yuck/x11"]
wayland = ["gtk-layer-shell", "gtk-layer-shell-sys"] wayland = ["gtk-layer-shell", "gtk-layer-shell-sys", "yuck/wayland"]
[dependencies.cairo-sys-rs] [dependencies.cairo-sys-rs]
version = "0.14.0" version = "0.14.0"