From 1d45ae81aa34849ec020dd702c4ef72bff824740 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 19 Mar 2024 18:21:37 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/emulators/ruffle/recipe.toml | 1 -
 recipes/wip/sound/neothesia/recipe.toml  | 2 +-
 recipes/wip/tools/onefetch/recipe.toml   | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/emulators/ruffle/recipe.toml b/recipes/wip/emulators/ruffle/recipe.toml
index f984e5c99..67c6c8f60 100644
--- a/recipes/wip/emulators/ruffle/recipe.toml
+++ b/recipes/wip/emulators/ruffle/recipe.toml
@@ -5,7 +5,6 @@ git = "https://github.com/ruffle-rs/ruffle"
 template = "custom"
 dependencies = [
 	"openssl1",
-	"gtk3",
 ]
 script = """
 cookbook_cargo_packages ruffle_desktop
diff --git a/recipes/wip/sound/neothesia/recipe.toml b/recipes/wip/sound/neothesia/recipe.toml
index ffe951214..cf5f58de2 100644
--- a/recipes/wip/sound/neothesia/recipe.toml
+++ b/recipes/wip/sound/neothesia/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO midir crate error
 [source]
 git = "https://github.com/PolyMeilex/Neothesia"
 [build]
diff --git a/recipes/wip/tools/onefetch/recipe.toml b/recipes/wip/tools/onefetch/recipe.toml
index 395d8d75c..869176daa 100644
--- a/recipes/wip/tools/onefetch/recipe.toml
+++ b/recipes/wip/tools/onefetch/recipe.toml
@@ -1,4 +1,4 @@
-#TODO compiled but not tested
+#TODO update rustc version
 [source]
 git = "https://github.com/o2sh/onefetch"
 [build]
-- 
GitLab