diff --git a/recipes/wip/demos/fonterator/recipe.toml b/recipes/wip/demos/fonterator/recipe.toml index 2134fee4b2d0607da097d50f922f477a104648e8..f204ae617d688f00ba8e5e8db004fcb0521af06f 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 0a2cffff1b2fbc2e3deaf782ab0549c21d6232ef..de432f2d4a2caa9b8fbee371eac23695be39f035 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 """