From 35f17e35c5702f3c15bb89ec7474fa371668f91a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 4 Dec 2024 02:39:05 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/fundsp/recipe.toml | 2 +-
 recipes/wip/demos/funutd/recipe.toml | 2 +-
 recipes/wip/demos/fyrox/recipe.toml  | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml
index de432f2d4..3ddd0d97a 100644
--- a/recipes/wip/demos/fundsp/recipe.toml
+++ b/recipes/wip/demos/fundsp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO can't find the fontconfig files
 [source]
 git = "https://github.com/SamiPerttu/fundsp"
 [build]
diff --git a/recipes/wip/demos/funutd/recipe.toml b/recipes/wip/demos/funutd/recipe.toml
index 83f794161..cafac2540 100644
--- a/recipes/wip/demos/funutd/recipe.toml
+++ b/recipes/wip/demos/funutd/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO rfd crate error
 [source]
 git = "https://github.com/SamiPerttu/funutd"
 [build]
diff --git a/recipes/wip/demos/fyrox/recipe.toml b/recipes/wip/demos/fyrox/recipe.toml
index 228dca163..465a74687 100644
--- a/recipes/wip/demos/fyrox/recipe.toml
+++ b/recipes/wip/demos/fyrox/recipe.toml
@@ -1,8 +1,9 @@
 #TODO not compiled or tested
 [source]
-git = "https://github.com/FyroxEngine/Fyrox"
+git = "https://github.com/FyroxEngine/Fyrox-demo-projects"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_examples 2d
+COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/ui"
+cookbook_cargo_packages ui
 """
-- 
GitLab