diff --git a/recipes/wip/sound/audeye/recipe.toml b/recipes/wip/sound/audeye/recipe.toml new file mode 100644 index 000000000..20870cef4 --- /dev/null +++ b/recipes/wip/sound/audeye/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/maxmarsc/audeye" +[build] +template = "cargo" +dependencies = [ + "libsndfile", +]