Update TODOs and fix the uniocr recipe

This commit is contained in:
Ribbon 2025-06-06 13:19:56 -03:00
parent 3cd9688eed
commit 49d43c1de0
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO glutin crate error
[source]
git = "https://github.com/asny/three-d"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO tikv-jemalloc-sys crate error
[source]
git = "https://github.com/Tencent/tquic"
[build]

View File

@ -3,6 +3,9 @@
git = "https://github.com/mediar-ai/uniOCR"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_examples basic batch_processing
"""