diff --git a/recipes/wip/angryoxide/recipe.toml b/recipes/wip/angryoxide/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..73d3e89ff84d9fe1013d801e071582bfe6262bfd --- /dev/null +++ b/recipes/wip/angryoxide/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +#TODO in case of errors, read https://github.com/Ragnt/AngryOxide#building-from-source +[source] +git = "https://github.com/Ragnt/AngryOxide" +[build] +template = "cargo" diff --git a/recipes/wip/mhv/recipe.toml b/recipes/wip/mhv/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9a17655ebeba9f78769c58f1f44539b8da92eef7 --- /dev/null +++ b/recipes/wip/mhv/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jgardona/mhv" +[build] +template = "cargo"