Add recipes

This commit is contained in:
Ribbon 2025-06-01 14:34:03 -03:00
parent b22a489f4b
commit 359042fed0
3 changed files with 34 additions and 0 deletions

View File

@ -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
"""

View File

@ -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
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/tsowell/wiremix"
[build]
template = "cargo"
dependencies = [
"pipewire",
]