diff --git a/recipes/wip/demos/vizia/recipe.toml b/recipes/wip/demos/vizia/recipe.toml index 555c6a8fb..661efd38b 100644 --- a/recipes/wip/demos/vizia/recipe.toml +++ b/recipes/wip/demos/vizia/recipe.toml @@ -1,8 +1,11 @@ -#TODO not compiled or tested +#TODO make libwayland work [source] git = "https://github.com/vizia/vizia" [build] template = "custom" +dependencies = [ + "libwayland", +] script = """ cookbook_cargo_examples animation dragdrop number input timers """