From 1f8aabad76418787cde7ca4c0c16efe18d13a008 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 14 Mar 2026 19:33:23 -0300 Subject: [PATCH] Add recipes --- recipes/wip/demos/raclettui/recipe.toml | 11 ++++++ .../wip/demos/ratatui-hypertile/recipe.toml | 7 ++++ recipes/wip/demos/ratatui/recipe.toml | 38 +++++++++++++++++++ recipes/wip/files/exi/recipe.toml | 6 +++ 4 files changed, 62 insertions(+) create mode 100644 recipes/wip/demos/raclettui/recipe.toml create mode 100644 recipes/wip/demos/ratatui-hypertile/recipe.toml create mode 100644 recipes/wip/demos/ratatui/recipe.toml create mode 100644 recipes/wip/files/exi/recipe.toml diff --git a/recipes/wip/demos/raclettui/recipe.toml b/recipes/wip/demos/raclettui/recipe.toml new file mode 100644 index 000000000..2664fda42 --- /dev/null +++ b/recipes/wip/demos/raclettui/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ishrut/raclettui" +shallow_clone = true +[build] +template = "cargo" +cargoexamples = [ + "cpu_ratatui", + "test", + "wgpu_ratatui", +] diff --git a/recipes/wip/demos/ratatui-hypertile/recipe.toml b/recipes/wip/demos/ratatui-hypertile/recipe.toml new file mode 100644 index 000000000..5532105eb --- /dev/null +++ b/recipes/wip/demos/ratatui-hypertile/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nikolic-milos/ratatui-hypertile" +shallow_clone = true +[build] +template = "cargo" +cargoexamples = ["core_only"] diff --git a/recipes/wip/demos/ratatui/recipe.toml b/recipes/wip/demos/ratatui/recipe.toml new file mode 100644 index 000000000..079e8c852 --- /dev/null +++ b/recipes/wip/demos/ratatui/recipe.toml @@ -0,0 +1,38 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ratatui/ratatui" +branch = "latest" +shallow_clone = true +[build] +template = "cargo" +cargopackages = [ + "async-github", + "calendar-explorer", + "canvas", + "chart", + "color-explorer", + "colors-rgb", + "hyperlink", + "hello-world", + "inline", + "modifiers", + "mouse-drawing", + "simple", + "panic", + "popup", + "scrollbar", + "table", + "todo-list", + "tracing", + "user-input", +] +cargoexamples = [ + "block", + "calendar", + "canvas", + "chart", + "logo", + "scrollbar", + "sparkline", + "tabs", +] diff --git a/recipes/wip/files/exi/recipe.toml b/recipes/wip/files/exi/recipe.toml new file mode 100644 index 000000000..e0a3921cd --- /dev/null +++ b/recipes/wip/files/exi/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://codeberg.org/Rynux/exi" +shallow_clone = true +[build] +template = "cargo"