From e50d2ad82e0ac168782190916a2dcfa3586cf087 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 14 Mar 2026 19:42:59 -0300 Subject: [PATCH] Improve ratatui recipe --- recipes/wip/demos/ratatui/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/demos/ratatui/recipe.toml b/recipes/wip/demos/ratatui/recipe.toml index 079e8c852..caaf1634d 100644 --- a/recipes/wip/demos/ratatui/recipe.toml +++ b/recipes/wip/demos/ratatui/recipe.toml @@ -5,6 +5,7 @@ branch = "latest" shallow_clone = true [build] template = "cargo" +cargoflags = ["--no-default-features --features termion"] cargopackages = [ "async-github", "calendar-explorer", @@ -12,6 +13,8 @@ cargopackages = [ "chart", "color-explorer", "colors-rgb", + "demo", + "demo2", "hyperlink", "hello-world", "inline",