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 """