From b6c79c370a8cd6f0842ce776c8a4656d4e2f4995 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 20 Mar 2024 01:24:21 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/demos/gfx-shader-watch/recipe.toml | 2 +-
 recipes/wip/demos/if-watch/recipe.toml         | 2 +-
 recipes/wip/demos/tenki/recipe.toml            | 2 +-
 recipes/wip/dev/crates-tui/recipe.toml         | 3 +++
 recipes/wip/tools/just/recipe.toml             | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/demos/gfx-shader-watch/recipe.toml b/recipes/wip/demos/gfx-shader-watch/recipe.toml
index f79d3bafb..22564a197 100644
--- a/recipes/wip/demos/gfx-shader-watch/recipe.toml
+++ b/recipes/wip/demos/gfx-shader-watch/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/alexheretic/gfx-shader-watch"
 [build]
diff --git a/recipes/wip/demos/if-watch/recipe.toml b/recipes/wip/demos/if-watch/recipe.toml
index 78c604649..be84f4aa8 100644
--- a/recipes/wip/demos/if-watch/recipe.toml
+++ b/recipes/wip/demos/if-watch/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require the "smol" feature flag
 [source]
 git = "https://github.com/mxinden/if-watch"
 [build]
diff --git a/recipes/wip/demos/tenki/recipe.toml b/recipes/wip/demos/tenki/recipe.toml
index bf49337a7..cdf07a194 100644
--- a/recipes/wip/demos/tenki/recipe.toml
+++ b/recipes/wip/demos/tenki/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/ckaznable/tenki"
 rev = "9cf863f925e42eb30f7613db89469d739add7362"
diff --git a/recipes/wip/dev/crates-tui/recipe.toml b/recipes/wip/dev/crates-tui/recipe.toml
index 8af7a014e..ab62173aa 100644
--- a/recipes/wip/dev/crates-tui/recipe.toml
+++ b/recipes/wip/dev/crates-tui/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/ratatui-org/crates-tui"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/tools/just/recipe.toml b/recipes/wip/tools/just/recipe.toml
index b60502904..a732109fa 100644
--- a/recipes/wip/tools/just/recipe.toml
+++ b/recipes/wip/tools/just/recipe.toml
@@ -1,4 +1,4 @@
-#TODO camino crate error
+#TODO camino and target crate error
 [source]
 git = "https://github.com/casey/just"
 [build]
-- 
GitLab