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", +]