Add recipes

This commit is contained in:
Ribbon 2024-07-13 17:42:17 +00:00
parent a38b5749d7
commit 5c73c57874
4 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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