Add recipes

This commit is contained in:
Ribbon 2024-07-15 08:53:07 +00:00
parent 23f9dda6bf
commit 4f23474a80
17 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/yazgoo/blockish"
[build]
template = "custom"
script = """
cookbook_cargo_examples euc gif tiny-skia
"""

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/parasyte/pixels"
[build]
template = "custom"
script = """
cookbook_cargo_examples conway invaders minimal-egui minimal-winit tiny-skia-winit
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/warpy-ai/rustubble"
[build]
template = "custom"
script = """
cookbook_cargo_examples list_example menu_list_example poem progress_bar_example spinner_example stopwatch_example table_example text_area_example text_input_example timer_example viewport_example
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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