Add recipes

This commit is contained in:
Ribbon 2024-07-15 09:18:59 +00:00
parent 4f23474a80
commit 61dfd02d4e
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/baad-c0de/mage-core"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic font3 hello
"""

View File

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

View File

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

View File

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