Update recipes

This commit is contained in:
Ribbon 2024-12-04 01:29:43 +00:00
parent 202458b0b5
commit a2aa0bf3fe
2 changed files with 5 additions and 2 deletions

View File

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

View File

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