From 24dc0e53200c5d24af9474643a8fb08338dd4a3f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 11 Jan 2025 08:51:31 +0000 Subject: [PATCH] Add recipes --- recipes/wip/games/open-world/ethertia/recipe.toml | 5 +++++ recipes/wip/net/other/rallyup/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/games/open-world/ethertia/recipe.toml create mode 100644 recipes/wip/net/other/rallyup/recipe.toml diff --git a/recipes/wip/games/open-world/ethertia/recipe.toml b/recipes/wip/games/open-world/ethertia/recipe.toml new file mode 100644 index 000000000..747cf4515 --- /dev/null +++ b/recipes/wip/games/open-world/ethertia/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Dreamtowards/Ethertum" +[build] +template = "cargo" diff --git a/recipes/wip/net/other/rallyup/recipe.toml b/recipes/wip/net/other/rallyup/recipe.toml new file mode 100644 index 000000000..aec0aedfb --- /dev/null +++ b/recipes/wip/net/other/rallyup/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/darwindarak/rallyup" +[build] +template = "cargo"