From 49d43c1de02e171ec6203886c047f8c810094334 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 6 Jun 2025 13:19:56 -0300 Subject: [PATCH] Update TODOs and fix the uniocr recipe --- recipes/wip/demos/three-d/recipe.toml | 2 +- recipes/wip/demos/tquic/recipe.toml | 2 +- recipes/wip/demos/uniocr/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/demos/three-d/recipe.toml b/recipes/wip/demos/three-d/recipe.toml index 68170c6f4..1bc0882b0 100644 --- a/recipes/wip/demos/three-d/recipe.toml +++ b/recipes/wip/demos/three-d/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO glutin crate error [source] git = "https://github.com/asny/three-d" [build] diff --git a/recipes/wip/demos/tquic/recipe.toml b/recipes/wip/demos/tquic/recipe.toml index b600bbaf8..18850514b 100644 --- a/recipes/wip/demos/tquic/recipe.toml +++ b/recipes/wip/demos/tquic/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO tikv-jemalloc-sys crate error [source] git = "https://github.com/Tencent/tquic" [build] diff --git a/recipes/wip/demos/uniocr/recipe.toml b/recipes/wip/demos/uniocr/recipe.toml index a8ee5a333..d2d45049c 100644 --- a/recipes/wip/demos/uniocr/recipe.toml +++ b/recipes/wip/demos/uniocr/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/mediar-ai/uniOCR" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_examples basic batch_processing """