diff --git a/recipes/wip/demos/uniocr/recipe.toml b/recipes/wip/demos/uniocr/recipe.toml index d2d45049c..c46f893fd 100644 --- a/recipes/wip/demos/uniocr/recipe.toml +++ b/recipes/wip/demos/uniocr/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO xcap crate error [source] git = "https://github.com/mediar-ai/uniOCR" [build] diff --git a/recipes/wip/demos/usfx/recipe.toml b/recipes/wip/demos/usfx/recipe.toml index 30201767d..4d7eca8d8 100644 --- a/recipes/wip/demos/usfx/recipe.toml +++ b/recipes/wip/demos/usfx/recipe.toml @@ -3,6 +3,10 @@ git = "https://github.com/tversteeg/usfx" [build] template = "custom" +dependencies = [ + "libalsa", + "sdl2", +] script = """ -cookbook_cargo_examples cpal music +cookbook_cargo_examples cpal music sdl2 """