From 5a3fcbde03075e368839d6c5a4b138d8c7ad2315 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 4 Dec 2024 08:00:45 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/fyrox/recipe.toml          | 4 ++--
 recipes/wip/demos/ggez/recipe.toml           | 2 +-
 recipes/wip/demos/globe-rs/recipe.toml       | 2 +-
 recipes/wip/demos/hotline/recipe.toml        | 2 +-
 recipes/wip/demos/iced-7guis/recipe.toml     | 2 +-
 recipes/wip/demos/kira/recipe.toml           | 2 +-
 recipes/wip/demos/kiss3d/recipe.toml         | 2 +-
 recipes/wip/demos/leptos-counter/recipe.toml | 8 --------
 8 files changed, 8 insertions(+), 16 deletions(-)
 delete mode 100644 recipes/wip/demos/leptos-counter/recipe.toml

diff --git a/recipes/wip/demos/fyrox/recipe.toml b/recipes/wip/demos/fyrox/recipe.toml
index 465a74687..ba3c1057b 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 a55d09196..542ad8e5a 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 a9c83c5cf..624312f71 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 801d977a2..d6cae2876 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 10cb81c82..655cea56d 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 377c94d51..0d5a8bc98 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 ce7afd986..8d9578590 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 d990666b4..000000000
--- 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
-"""
-- 
GitLab