diff --git a/recipes/wip/demos/fyrox/recipe.toml b/recipes/wip/demos/fyrox/recipe.toml
index 465a746871ebc262fa050cfaffcf35a824e19776..ba3c1057bb90d83c81a91055700a4a0e7e9d0df7 100644
--- a/recipes/wip/demos/fyrox/recipe.toml
+++ b/recipes/wip/demos/fyrox/recipe.toml
@@ -1,9 +1,9 @@
-#TODO not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/FyroxEngine/Fyrox-demo-projects"
 [build]
 template = "custom"
 script = """
 COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/ui"
-cookbook_cargo_packages ui
+cookbook_cargo_packages executor
 """
diff --git a/recipes/wip/demos/ggez/recipe.toml b/recipes/wip/demos/ggez/recipe.toml
index a55d0919605ba51c7dbce674f2f512bfb29a4b0f..542ad8e5a91e0947404d67f1b15924bec39f7fd5 100644
--- a/recipes/wip/demos/ggez/recipe.toml
+++ b/recipes/wip/demos/ggez/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO require rustc 1.81
 [source]
 git = "https://github.com/ggez/ggez"
 [build]
diff --git a/recipes/wip/demos/globe-rs/recipe.toml b/recipes/wip/demos/globe-rs/recipe.toml
index a9c83c5cf3347c299d63b489433a974c77943178..624312f71272672008c250a6d38fdaa3ce8bd3ce 100644
--- a/recipes/wip/demos/globe-rs/recipe.toml
+++ b/recipes/wip/demos/globe-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO update the mio crate version (after cargo update)
 [source]
 git = "https://github.com/adamsky/globe"
 [build]
diff --git a/recipes/wip/demos/hotline/recipe.toml b/recipes/wip/demos/hotline/recipe.toml
index 801d977a230a51dab639327263e427e3b28ad9bf..d6cae2876d3b97c5aaf2b47c00a612bcaca8e354 100644
--- a/recipes/wip/demos/hotline/recipe.toml
+++ b/recipes/wip/demos/hotline/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO hot-lib-reloader crate error
 [source]
 git = "https://github.com/polymonster/hotline"
 [build]
diff --git a/recipes/wip/demos/iced-7guis/recipe.toml b/recipes/wip/demos/iced-7guis/recipe.toml
index 10cb81c82fc6fc88140d8534a05c32ff071242c7..655cea56d58e40fca3836945e6405b2c9cccf504 100644
--- a/recipes/wip/demos/iced-7guis/recipe.toml
+++ b/recipes/wip/demos/iced-7guis/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO require rustc 1.80.1
 [source]
 git = "https://github.com/dcampbell24/iced_7guis"
 [build]
diff --git a/recipes/wip/demos/kira/recipe.toml b/recipes/wip/demos/kira/recipe.toml
index 377c94d51ae543848464693c6c915356eac6d670..0d5a8bc980233096821ba5a1b5d2274eced6c605 100644
--- a/recipes/wip/demos/kira/recipe.toml
+++ b/recipes/wip/demos/kira/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO ahash crate error
 [source]
 git = "https://github.com/tesselode/kira-examples"
 [build]
diff --git a/recipes/wip/demos/kiss3d/recipe.toml b/recipes/wip/demos/kiss3d/recipe.toml
index ce7afd986fc6b2bf23331101ea288b4ad8aecc90..8d95785900951aa2bf3eb7603e24e012bc848da6 100644
--- a/recipes/wip/demos/kiss3d/recipe.toml
+++ b/recipes/wip/demos/kiss3d/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO winit crate error (even after cargo update)
 [source]
 git = "https://github.com/sebcrozet/kiss3d"
 [build]
diff --git a/recipes/wip/demos/leptos-counter/recipe.toml b/recipes/wip/demos/leptos-counter/recipe.toml
deleted file mode 100644
index d990666b4940412990795b487b9d26a70158d31b..0000000000000000000000000000000000000000
--- a/recipes/wip/demos/leptos-counter/recipe.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-#TODO not compiled or tested
-[source]
-git = "https://github.com/leptos-rs/leptos"
-[build]
-template = "custom"
-script = """
-cookbook_cargo_examples counter
-"""