From 5a67bd3260dfbf3ca9f0054c2236d107206289f4 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 14 Jul 2024 07:52:02 +0000 Subject: [PATCH] Add recipes --- recipes/wip/crypto/data2sound/recipe.toml | 5 +++++ recipes/wip/science/sonde/recipe.toml | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 recipes/wip/crypto/data2sound/recipe.toml create mode 100644 recipes/wip/science/sonde/recipe.toml diff --git a/recipes/wip/crypto/data2sound/recipe.toml b/recipes/wip/crypto/data2sound/recipe.toml new file mode 100644 index 000000000..5095b0a28 --- /dev/null +++ b/recipes/wip/crypto/data2sound/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/TheAwiteb/data2sound" +[build] +template = "cargo" diff --git a/recipes/wip/science/sonde/recipe.toml b/recipes/wip/science/sonde/recipe.toml new file mode 100644 index 000000000..3b7d298d6 --- /dev/null +++ b/recipes/wip/science/sonde/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rnleach/sonde" +[build] +template = "cargo" +dependencies = [ + "gtk4", +]