From 5c59a25ac8e171d83e39d10ec92a81583cf4b689 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 18 Jan 2025 16:10:13 +0000 Subject: [PATCH] Add recipes --- recipes/wip/video/webcam/tuicam/recipe.toml | 8 ++++++++ recipes/wip/web/marmite/recipe.toml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 recipes/wip/video/webcam/tuicam/recipe.toml create mode 100644 recipes/wip/web/marmite/recipe.toml diff --git a/recipes/wip/video/webcam/tuicam/recipe.toml b/recipes/wip/video/webcam/tuicam/recipe.toml new file mode 100644 index 000000000..e56f5a0c4 --- /dev/null +++ b/recipes/wip/video/webcam/tuicam/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/hlsxx/tuicam" +[build] +template = "cargo" +dependencies = [ + "opencv4", +] diff --git a/recipes/wip/web/marmite/recipe.toml b/recipes/wip/web/marmite/recipe.toml new file mode 100644 index 000000000..e29ba59cf --- /dev/null +++ b/recipes/wip/web/marmite/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rochacbruno/marmite" +[build] +template = "cargo"