From f5ff05c0f6618435f385ed773056efb6a5ff17fd Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 16:18:51 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/graphics/pixsort/recipe.toml | 2 +-
 recipes/wip/graphics/reve/recipe.toml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/graphics/pixsort/recipe.toml b/recipes/wip/graphics/pixsort/recipe.toml
index 9ba2b060..45e2998d 100644
--- a/recipes/wip/graphics/pixsort/recipe.toml
+++ b/recipes/wip/graphics/pixsort/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/1jz/pixsort"
 [build]
diff --git a/recipes/wip/graphics/reve/recipe.toml b/recipes/wip/graphics/reve/recipe.toml
index 4ca336cd..4008ebe1 100644
--- a/recipes/wip/graphics/reve/recipe.toml
+++ b/recipes/wip/graphics/reve/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/ONdraid/reve"
 [build]
 template = "custom"
 script = """
-cookbook_cargo --features reve-cli reve-gui
+cookbook_cargo --features reve-cli
 """
-- 
GitLab