Add recipes

This commit is contained in:
Ribbon 2024-06-18 20:53:24 +00:00
parent 52ff1d46a1
commit 840463bc28
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/reubeno/brush"
[build]
template = "custom"
script = """
cookbook_cargo_packages brush-shell
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/gosub-browser/gosub-engine"
[build]
template = "custom"
script = """
cookbook_cargo --bin gosub-parser css3-parser renderer \
style-parser
"""