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