From ad5116f116f6a979011d424de8a05e38ad4a168a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 13:59:24 +0000
Subject: [PATCH] update TODOs

---
 recipes/wip/dev/rgit/recipe.toml                | 2 +-
 recipes/wip/emulators/8086-emulator/recipe.toml | 2 +-
 recipes/wip/emulators/clementine/recipe.toml    | 2 +-
 recipes/wip/emulators/gameboy-emu/recipe.toml   | 3 +--
 recipes/wip/emulators/meru/recipe.toml          | 2 +-
 recipes/wip/emulators/mipsy/recipe.toml         | 2 +-
 recipes/wip/emulators/rboy/recipe.toml          | 2 +-
 7 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml
index ddaff052f..8531793bc 100644
--- a/recipes/wip/dev/rgit/recipe.toml
+++ b/recipes/wip/dev/rgit/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/w4/rgit"
 [build]
diff --git a/recipes/wip/emulators/8086-emulator/recipe.toml b/recipes/wip/emulators/8086-emulator/recipe.toml
index 09d02c03f..50be9e791 100644
--- a/recipes/wip/emulators/8086-emulator/recipe.toml
+++ b/recipes/wip/emulators/8086-emulator/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/YJDoc2/8086-Emulator"
 [build]
diff --git a/recipes/wip/emulators/clementine/recipe.toml b/recipes/wip/emulators/clementine/recipe.toml
index acc805bd9..475ea534a 100644
--- a/recipes/wip/emulators/clementine/recipe.toml
+++ b/recipes/wip/emulators/clementine/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO the webbrowser crate needs to be ported
 [source]
 git = "https://github.com/RIP-Comm/clementine"
 [build]
diff --git a/recipes/wip/emulators/gameboy-emu/recipe.toml b/recipes/wip/emulators/gameboy-emu/recipe.toml
index b0445ae52..027df3522 100644
--- a/recipes/wip/emulators/gameboy-emu/recipe.toml
+++ b/recipes/wip/emulators/gameboy-emu/recipe.toml
@@ -1,9 +1,8 @@
-#TODO Not compiled or tested
+#TODO update the Redox support in the minifb crate
 [source]
 git = "https://github.com/mohanson/gameboy"
 [build]
 template = "cargo"
 dependencies = [
-    "libwayland",
     "libxkbcommon",
 ]
diff --git a/recipes/wip/emulators/meru/recipe.toml b/recipes/wip/emulators/meru/recipe.toml
index c92eff6a6..121843498 100644
--- a/recipes/wip/emulators/meru/recipe.toml
+++ b/recipes/wip/emulators/meru/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO value-bag crate error
 [source]
 git = "https://github.com/tanakh/meru"
 [build]
diff --git a/recipes/wip/emulators/mipsy/recipe.toml b/recipes/wip/emulators/mipsy/recipe.toml
index 17d841013..108aec676 100644
--- a/recipes/wip/emulators/mipsy/recipe.toml
+++ b/recipes/wip/emulators/mipsy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO users crate error
 [source]
 git = "https://github.com/insou22/mipsy"
 [build]
diff --git a/recipes/wip/emulators/rboy/recipe.toml b/recipes/wip/emulators/rboy/recipe.toml
index bbff10c79..d66e4e926 100644
--- a/recipes/wip/emulators/rboy/recipe.toml
+++ b/recipes/wip/emulators/rboy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/mvdnes/rboy"
 [build]
-- 
GitLab