mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add recipes
This commit is contained in:
parent
b22a489f4b
commit
359042fed0
18
recipes/wip/demos/freya/recipe.toml
Normal file
18
recipes/wip/demos/freya/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/soft-ratatui/recipe.toml
Normal file
8
recipes/wip/demos/soft-ratatui/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/sound/wiremix/recipe.toml
Normal file
8
recipes/wip/sound/wiremix/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tsowell/wiremix"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"pipewire",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user