Fix wayland build by setting default-features=false in workspace member
This commit is contained in:
parent
ed73938af1
commit
44d7ea7a09
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ notify = "5.0.0-pre.7"
|
||||||
codespan-reporting = "0.11"
|
codespan-reporting = "0.11"
|
||||||
|
|
||||||
simplexpr = { path = "../simplexpr" }
|
simplexpr = { path = "../simplexpr" }
|
||||||
yuck = { path = "../yuck" }
|
yuck = { path = "../yuck", default-features = false}
|
||||||
eww_shared_util = { path = "../eww_shared_util" }
|
eww_shared_util = { path = "../eww_shared_util" }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue