mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
Update recipes
This commit is contained in:
parent
202458b0b5
commit
a2aa0bf3fe
@ -1,8 +1,8 @@
|
|||||||
#TODO not compiled or tested
|
#TODO write a script that can use multiple examples and the "monospace-font" flag
|
||||||
[source]
|
[source]
|
||||||
git = "https://github.com/ardaku/fonterator"
|
git = "https://github.com/ardaku/fonterator"
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_examples directions image raster
|
cookbook_cargo_examples main directions image raster
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -3,6 +3,9 @@
|
|||||||
git = "https://github.com/SamiPerttu/fundsp"
|
git = "https://github.com/SamiPerttu/fundsp"
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
|
dependencies = [
|
||||||
|
"fontconfig",
|
||||||
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type
|
cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user