mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
7b0cc7f404
commit
5c59a25ac8
8
recipes/wip/video/webcam/tuicam/recipe.toml
Normal file
8
recipes/wip/video/webcam/tuicam/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/hlsxx/tuicam"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"opencv4",
|
||||
]
|
||||
5
recipes/wip/web/marmite/recipe.toml
Normal file
5
recipes/wip/web/marmite/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rochacbruno/marmite"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user