diff --git a/recipes/wip/demos/rootvg/recipe.toml b/recipes/wip/demos/rootvg/recipe.toml new file mode 100644 index 000000000..3f7e51e9f --- /dev/null +++ b/recipes/wip/demos/rootvg/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/MeadowlarkDAW/rootvg" +[build] +template = "custom" +script = """ +cookbook_cargo_examples demo +""" diff --git a/recipes/wip/emulators/cpu/6502-emulator/recipe.toml b/recipes/wip/emulators/cpu/6502-emulator/recipe.toml new file mode 100644 index 000000000..4b2976b01 --- /dev/null +++ b/recipes/wip/emulators/cpu/6502-emulator/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ArchUsr64/6502_emulator" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/terminal/blockpaint/recipe.toml b/recipes/wip/graphics/terminal/blockpaint/recipe.toml new file mode 100644 index 000000000..7cbe76e50 --- /dev/null +++ b/recipes/wip/graphics/terminal/blockpaint/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/wooster0/blockpaint" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/terminal/img2text/recipe.toml b/recipes/wip/graphics/terminal/img2text/recipe.toml new file mode 100644 index 000000000..3680706df --- /dev/null +++ b/recipes/wip/graphics/terminal/img2text/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/yvt/img2text" +[build] +template = "cargo"