Add recipes

This commit is contained in:
Ribbon 2024-06-08 19:47:50 +00:00
parent 4e9ef6e1f4
commit 200f22fd46
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Nazariglez/notan"
[build]
template = "custom"
script = """
cookbook_cargo_examples renderer_cube draw_path_flower \
game_pong game_of_life
"""

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://git.meli-email.org/meli/meli"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cookbook_cargo_packages meli
"""