From 202458b0b5bc561bf41cf5f1b28677c4cf678c61 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 4 Dec 2024 00:56:18 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/egui/recipe.toml        | 2 +-
 recipes/wip/demos/euc/recipe.toml         | 2 +-
 recipes/wip/demos/firework-rs/recipe.toml | 2 +-
 recipes/wip/demos/fonterator/recipe.toml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/demos/egui/recipe.toml b/recipes/wip/demos/egui/recipe.toml
index 6dba94f21..d4a6089b0 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 b664ace3d..da60f8a54 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 104d88aa3..09d6ed281 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 93d3ec714..2134fee4b 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
 """
-- 
GitLab