diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml
index de432f2d4a2caa9b8fbee371eac23695be39f035..3ddd0d97ab4473b50fb96704d28a323e8b88446a 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 83f794161762dae687909907aab50d47819d58f3..cafac25409646a13e3a74779ceb8be92baf3a3cb 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 228dca16319f55ecaecd4aefe047d09cf56408d7..465a746871ebc262fa050cfaffcf35a824e19776 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
 """