From beba0ecd22b9be827e13121b3bc6b2502905c3cb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 8 Oct 2025 13:10:39 -0300 Subject: [PATCH] Add recipes --- recipes/wip/demos/servo-gtk/recipe.toml | 11 +++++++++++ recipes/wip/sound/soundscope/recipe.toml | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 recipes/wip/demos/servo-gtk/recipe.toml create mode 100644 recipes/wip/sound/soundscope/recipe.toml diff --git a/recipes/wip/demos/servo-gtk/recipe.toml b/recipes/wip/demos/servo-gtk/recipe.toml new file mode 100644 index 00000000..c512b546 --- /dev/null +++ b/recipes/wip/demos/servo-gtk/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nacho/servo-gtk" +[build] +template = "custom" +dependencies = [ + "gtk4" +] +script = """ +cookbook_cargo_examples browser +""" diff --git a/recipes/wip/sound/soundscope/recipe.toml b/recipes/wip/sound/soundscope/recipe.toml new file mode 100644 index 00000000..b1ccbbda --- /dev/null +++ b/recipes/wip/sound/soundscope/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bananaofhappiness/soundscope" +[build] +template = "cargo"