From 359042fed007f4d039221cc29e1bc812294e9e15 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 1 Jun 2025 14:34:03 -0300 Subject: [PATCH] Add recipes --- recipes/wip/demos/freya/recipe.toml | 18 ++++++++++++++++++ recipes/wip/demos/soft-ratatui/recipe.toml | 8 ++++++++ recipes/wip/sound/wiremix/recipe.toml | 8 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 recipes/wip/demos/freya/recipe.toml create mode 100644 recipes/wip/demos/soft-ratatui/recipe.toml create mode 100644 recipes/wip/sound/wiremix/recipe.toml diff --git a/recipes/wip/demos/freya/recipe.toml b/recipes/wip/demos/freya/recipe.toml new file mode 100644 index 000000000..b6dbaf889 --- /dev/null +++ b/recipes/wip/demos/freya/recipe.toml @@ -0,0 +1,18 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/marc2332/freya" +[build] +template = "custom" +dependencies = [ + "openssl1", + "gtk3", +] +script = """ +cookbook_cargo_examples animated_position animated_tabs animation \ +button camera checkbox clock counter drag drag_drop dynamic_theme \ +file_explorer frameless_window gradient graph highlight image image_viewer \ +images_slideshow infinite_list input keyboard_navigation menu mouse_trace \ +opacity pointer popup position progress_bar radio render_canvas rotate scroll \ +selectable_text sequential_animation shader shader_editor shadow simple_editor \ +speedometer svg tab table text text_editors tic_tac_toe touch ui website window_size +""" diff --git a/recipes/wip/demos/soft-ratatui/recipe.toml b/recipes/wip/demos/soft-ratatui/recipe.toml new file mode 100644 index 000000000..a2e8ca654 --- /dev/null +++ b/recipes/wip/demos/soft-ratatui/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/gold-silver-copper/soft_ratatui" +[build] +template = "custom" +script = """ +cookbook_cargo_packages egui_example +""" diff --git a/recipes/wip/sound/wiremix/recipe.toml b/recipes/wip/sound/wiremix/recipe.toml new file mode 100644 index 000000000..7fe946ea8 --- /dev/null +++ b/recipes/wip/sound/wiremix/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/tsowell/wiremix" +[build] +template = "cargo" +dependencies = [ + "pipewire", +]