From 3fdde7872ab3e09aa96402c1d0475cf77b632d0d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Aug 2020 20:21:15 -0600 Subject: [PATCH] Add recipe.toml for games --- recipes/games/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/games/recipe.toml diff --git a/recipes/games/recipe.toml b/recipes/games/recipe.toml new file mode 100644 index 000000000..50a9957fd --- /dev/null +++ b/recipes/games/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/games.git" + +[build] +template = "cargo"