fix: eww passes x11 and wayland features down to yuck (#306)
This commit is contained in:
parent
5b52cd927a
commit
90466ab9bf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue