From a2aa0bf3fecfc55697000bb494bc400cdcfc9b39 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 4 Dec 2024 01:29:43 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/fonterator/recipe.toml | 4 ++--
 recipes/wip/demos/fundsp/recipe.toml     | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/demos/fonterator/recipe.toml b/recipes/wip/demos/fonterator/recipe.toml
index 2134fee4b..f204ae617 100644
--- a/recipes/wip/demos/fonterator/recipe.toml
+++ b/recipes/wip/demos/fonterator/recipe.toml
@@ -1,8 +1,8 @@
-#TODO not compiled or tested
+#TODO write a script that can use multiple examples and the "monospace-font" flag
 [source]
 git = "https://github.com/ardaku/fonterator"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_examples directions image raster
+cookbook_cargo_examples main directions image raster
 """
diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml
index 0a2cffff1..de432f2d4 100644
--- a/recipes/wip/demos/fundsp/recipe.toml
+++ b/recipes/wip/demos/fundsp/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/SamiPerttu/fundsp"
 [build]
 template = "custom"
+dependencies = [
+    "fontconfig",
+]
 script = """
 cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type
 """
-- 
GitLab