From 7c193f9611bd1a86a6c64f2abca243d009ba8a51 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 13:26:38 -0300 Subject: [PATCH] Update TODOs and usfx recipe --- recipes/wip/demos/uniocr/recipe.toml | 2 +- recipes/wip/demos/usfx/recipe.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 """