diff --git a/recipes/wip/demos/egui/recipe.toml b/recipes/wip/demos/egui/recipe.toml
index 6dba94f2158c2533c10cc74643cdd4cb99af1951..d4a6089b0907b416c8762068fa227cebfc4ad4ef 100644
--- a/recipes/wip/demos/egui/recipe.toml
+++ b/recipes/wip/demos/egui/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/emilk/egui"
 [build]
diff --git a/recipes/wip/demos/euc/recipe.toml b/recipes/wip/demos/euc/recipe.toml
index b664ace3dc8c244bdac9d9a1331409146b8f0747..da60f8a54d9f10a54f40173c9d9c7565e6fc33aa 100644
--- a/recipes/wip/demos/euc/recipe.toml
+++ b/recipes/wip/demos/euc/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO minifb crate error
 [source]
 git = "https://github.com/zesterer/euc"
 [build]
diff --git a/recipes/wip/demos/firework-rs/recipe.toml b/recipes/wip/demos/firework-rs/recipe.toml
index 104d88aa39edab96ebca17b5d30235efbc86a50a..09d6ed281d0cdc26700f89c9607e8153bff80e4f 100644
--- a/recipes/wip/demos/firework-rs/recipe.toml
+++ b/recipes/wip/demos/firework-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO fix the script
 [source]
 git = "https://github.com/Wayoung7/firework-rs"
 [build]
diff --git a/recipes/wip/demos/fonterator/recipe.toml b/recipes/wip/demos/fonterator/recipe.toml
index 93d3ec714b1da2a6a91e677b6f77a136e1929118..2134fee4b2d0607da097d50f922f477a104648e8 100644
--- a/recipes/wip/demos/fonterator/recipe.toml
+++ b/recipes/wip/demos/fonterator/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/ardaku/fonterator"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_examples main directions image raster
+cookbook_cargo_examples directions image raster
 """