diff --git a/recipes/wip/graphics/pixsort/recipe.toml b/recipes/wip/graphics/pixsort/recipe.toml
index 9ba2b060dd06b85260475a68a39b8e8c9938f5ca..45e2998dc4c416588a6fbeb22745d01ae8bef08b 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 4ca336cdaef3c6e63e4bcf0e642bd5e4eb3a9f14..4008ebe1d9edce61f6c7e5ef5e8425e7fc0c7358 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
 """