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"