From 85c9962e16f7ef0def6112c8563dc218f37a32af Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 25 Feb 2024 20:36:46 +0000 Subject: [PATCH] add a recipe --- recipes/wip/sound/audeye/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/sound/audeye/recipe.toml diff --git a/recipes/wip/sound/audeye/recipe.toml b/recipes/wip/sound/audeye/recipe.toml new file mode 100644 index 00000000..20870cef --- /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", +]