From 36f9511b7fe394676623261ed852c100f20f04b7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 12 Jan 2023 07:16:56 -0700 Subject: [PATCH] Add installer-gui recipe --- recipes/installer-gui/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/installer-gui/recipe.toml diff --git a/recipes/installer-gui/recipe.toml b/recipes/installer-gui/recipe.toml new file mode 100644 index 000000000..7c43f12c9 --- /dev/null +++ b/recipes/installer-gui/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/installer-gui.git" + +[build] +template = "cargo" -- GitLab