From 7a34f3bdc384f41140e575cc59aab1d18001525a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 10 Jun 2025 12:39:03 -0300 Subject: [PATCH] Add the appcui recipe --- recipes/wip/demos/appcui/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/demos/appcui/recipe.toml diff --git a/recipes/wip/demos/appcui/recipe.toml b/recipes/wip/demos/appcui/recipe.toml new file mode 100644 index 000000000..2f01142a8 --- /dev/null +++ b/recipes/wip/demos/appcui/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/gdt050579/AppCUI-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages examples +"""