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",