Add recipes

This commit is contained in:
Ribbon 2024-07-13 16:07:56 +00:00
parent 422b62c4a9
commit 3762a7a3f7
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/SamiPerttu/funutd"
[build]
template = "custom"
script = """
cookbook_cargo_examples editor
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/polymonster/hotline"
[build]
template = "custom"
script = """
cookbook_cargo_examples triangle
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/lemunozm/ruscii"
[build]
template = "custom"
script = """
cookbook_cargo_examples pong space_invaders
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/pumken/chemcreator"
[build]
template = "cargo"