diff --git a/recipes/wip/demos/notan-examples/recipe.toml b/recipes/wip/demos/notan-examples/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e86306be43007fc74daa177a3f879f9be9e028e3 --- /dev/null +++ b/recipes/wip/demos/notan-examples/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Nazariglez/notan" +[build] +template = "custom" +script = """ +cookbook_cargo_examples renderer_cube draw_path_flower \ +game_pong game_of_life +""" diff --git a/recipes/wip/net/meli/recipe.toml b/recipes/wip/net/meli/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a8cb523a6985ca30c43bd356aeb5e42870f1f0ac --- /dev/null +++ b/recipes/wip/net/meli/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://git.meli-email.org/meli/meli" +[build] +template = "custom" +dependencies = [ + "sqlite3", +] +script = """ +cookbook_cargo_packages meli +"""