From 9b10a75b201055cba7eef41b72018074fd5f0273 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 13:28:22 -0300 Subject: [PATCH] Update the vizia recipe --- recipes/wip/demos/vizia/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 """