From 1d1d03b7f3a7b7e1f01d2019290758597ca04928 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 10 Feb 2024 10:16:37 +0000 Subject: [PATCH] add pixelsort --- recipes/wip/pixelsort/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/wip/pixelsort/recipe.toml diff --git a/recipes/wip/pixelsort/recipe.toml b/recipes/wip/pixelsort/recipe.toml new file mode 100644 index 000000000..60ea4266a --- /dev/null +++ b/recipes/wip/pixelsort/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Void-ux/pixelsort" +[build] +template = "cargo" -- GitLab