Update TODOs and usfx recipe

This commit is contained in:
Ribbon 2025-06-06 13:26:38 -03:00
parent 49d43c1de0
commit 7c193f9611
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO xcap crate error
[source]
git = "https://github.com/mediar-ai/uniOCR"
[build]

View File

@ -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
"""