diff --git a/recipes/wip/demos/blockish/recipe.toml b/recipes/wip/demos/blockish/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a3fff317f1b0c68c1e6e6d359ff0fe619f7b4757 --- /dev/null +++ b/recipes/wip/demos/blockish/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/blockishfire/recipe.toml b/recipes/wip/demos/blockishfire/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..2fd1819a7133ae86387245cd6fbdd169e1265d79 --- /dev/null +++ b/recipes/wip/demos/blockishfire/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/yazgoo/blockishfire" +[build] +template = "cargo" diff --git a/recipes/wip/demos/doomfire/recipe.toml b/recipes/wip/demos/doomfire/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b2e4eb33341ddf039e422654f9870fb62c3c6612 --- /dev/null +++ b/recipes/wip/demos/doomfire/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/pixels/recipe.toml b/recipes/wip/demos/pixels/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b62c3983fa1ab452fe4a63cf486932b10da243fa --- /dev/null +++ b/recipes/wip/demos/pixels/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/rustubble/recipe.toml b/recipes/wip/demos/rustubble/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..22edc29b699e3a0313239b73b3e0b494897c3250 --- /dev/null +++ b/recipes/wip/demos/rustubble/recipe.toml @@ -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 +""" diff --git a/recipes/wip/games/other/terdle/recipe.toml b/recipes/wip/games/other/terdle/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8f420bed2f91d1e08d876825eac95324a0cc03f4 --- /dev/null +++ b/recipes/wip/games/other/terdle/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/neelkarma/terdle" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/mazter/recipe.toml b/recipes/wip/games/strategy/mazter/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c98c32eee4479d6a9b991a3ad3d20c25d90049cf --- /dev/null +++ b/recipes/wip/games/strategy/mazter/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Canop/mazter" +[build] +template = "cargo" diff --git a/recipes/wip/net/lan/ztui/recipe.toml b/recipes/wip/net/lan/ztui/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..dbb916c6040a653c86d29cd81401683b7f894d8a --- /dev/null +++ b/recipes/wip/net/lan/ztui/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/erikh/ztui" +[build] +template = "cargo" diff --git a/recipes/wip/players/spoify/recipe.toml b/recipes/wip/players/spoify/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4b838f9d72ffa6d296a3b9eda658fa6e2b12fa60 --- /dev/null +++ b/recipes/wip/players/spoify/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/slyeet03/spoify" +[build] +template = "cargo" diff --git a/recipes/wip/players/tap/recipe.toml b/recipes/wip/players/tap/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e555a2f9aad35d815bd6f47c7a118610d1640b3b --- /dev/null +++ b/recipes/wip/players/tap/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/timdubbins/tap" +[build] +template = "cargo" diff --git a/recipes/wip/security/otti/recipe.toml b/recipes/wip/security/otti/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ed611072787e67c9b2967ebe4293d381b5df7578 --- /dev/null +++ b/recipes/wip/security/otti/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dnaka91/otti" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/ghostie/recipe.toml b/recipes/wip/terminal/ghostie/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..2fd57e444aba9399e5efee9dc851234def2fa13b --- /dev/null +++ b/recipes/wip/terminal/ghostie/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/attriaayush/ghostie" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/terminal-yt/recipe.toml b/recipes/wip/terminal/terminal-yt/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..81c4ae2ccfdd92a822d47c5b4e551b5ca27b49a3 --- /dev/null +++ b/recipes/wip/terminal/terminal-yt/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jooooscha/terminal-yt" +[build] +template = "cargo" diff --git a/recipes/wip/text/revi/recipe.toml b/recipes/wip/text/revi/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b260637cec347d80174c3f8a3618e97f47e83084 --- /dev/null +++ b/recipes/wip/text/revi/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/revi-editor/revi" +[build] +template = "cargo" diff --git a/recipes/wip/text/svgbob/recipe.toml b/recipes/wip/text/svgbob/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..fa814e647e5341e9c206747d2c48608dcf9e7240 --- /dev/null +++ b/recipes/wip/text/svgbob/recipe.toml @@ -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 +""" diff --git a/recipes/wip/time/litime/recipe.toml b/recipes/wip/time/litime/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0c55cc211877c00157a97639c13c59b018f0a68e --- /dev/null +++ b/recipes/wip/time/litime/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ikornaselur/litime" +[build] +template = "cargo" diff --git a/recipes/wip/time/timer-rs/recipe.toml b/recipes/wip/time/timer-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4a7209ca0db8fac2648e11a302559b5c445ad30a --- /dev/null +++ b/recipes/wip/time/timer-rs/recipe.toml @@ -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 +"""