From 1cbf60d426c67f924a8ab34402a327734d804df3 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 24 Nov 2024 04:12:51 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/blitz/recipe.toml        | 2 +-
 recipes/wip/demos/blockish/recipe.toml     | 2 +-
 recipes/wip/demos/blockishfire/recipe.toml | 2 +-
 recipes/wip/demos/blue-engine/recipe.toml  | 2 +-
 recipes/wip/demos/bones/recipe.toml        | 2 +-
 recipes/wip/demos/colored/recipe.toml      | 2 +-
 recipes/wip/demos/comfy/recipe.toml        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/wip/demos/blitz/recipe.toml b/recipes/wip/demos/blitz/recipe.toml
index f0102fed4..a11aeeb65 100644
--- a/recipes/wip/demos/blitz/recipe.toml
+++ b/recipes/wip/demos/blitz/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO fontique crate error
 [source]
 git = "https://github.com/DioxusLabs/blitz"
 [build]
diff --git a/recipes/wip/demos/blockish/recipe.toml b/recipes/wip/demos/blockish/recipe.toml
index a3fff317f..30fdd578a 100644
--- a/recipes/wip/demos/blockish/recipe.toml
+++ b/recipes/wip/demos/blockish/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/yazgoo/blockish"
 [build]
diff --git a/recipes/wip/demos/blockishfire/recipe.toml b/recipes/wip/demos/blockishfire/recipe.toml
index 2fd1819a7..120cabefe 100644
--- a/recipes/wip/demos/blockishfire/recipe.toml
+++ b/recipes/wip/demos/blockishfire/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO outdated redox_syscall crate (cargo update don't fix it)
 [source]
 git = "https://github.com/yazgoo/blockishfire"
 [build]
diff --git a/recipes/wip/demos/blue-engine/recipe.toml b/recipes/wip/demos/blue-engine/recipe.toml
index f112e8806..477d74702 100644
--- a/recipes/wip/demos/blue-engine/recipe.toml
+++ b/recipes/wip/demos/blue-engine/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/AryanpurTech/BlueEngine"
 [build]
diff --git a/recipes/wip/demos/bones/recipe.toml b/recipes/wip/demos/bones/recipe.toml
index e69688033..cf348e622 100644
--- a/recipes/wip/demos/bones/recipe.toml
+++ b/recipes/wip/demos/bones/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO iroh-quinn-udp crate error
 [source]
 git = "https://github.com/fishfolk/bones"
 [build]
diff --git a/recipes/wip/demos/colored/recipe.toml b/recipes/wip/demos/colored/recipe.toml
index ec395b0b7..73cc848f3 100644
--- a/recipes/wip/demos/colored/recipe.toml
+++ b/recipes/wip/demos/colored/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/colored-rs/colored"
 [build]
diff --git a/recipes/wip/demos/comfy/recipe.toml b/recipes/wip/demos/comfy/recipe.toml
index c343f4f3e..4969fa305 100644
--- a/recipes/wip/demos/comfy/recipe.toml
+++ b/recipes/wip/demos/comfy/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/darthdeus/comfy"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music physics shapes single_particle sprite text
+cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music shapes single_particle sprite text
 """
-- 
GitLab