mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
835c535afb
commit
e04f426d12
5
recipes/wip/demos/iced-7guis/recipe.toml
Normal file
5
recipes/wip/demos/iced-7guis/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dcampbell24/iced_7guis"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/demos/slint/recipe.toml
Normal file
10
recipes/wip/demos/slint/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/slint-ui/slint"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples gallery energy-monitor carousel \
|
||||
memory imagefilter plotter opengl_underlay opengl_texture \
|
||||
ffmpeg maps virtual_keyboard 7guis
|
||||
"""
|
||||
5
recipes/wip/sound/chiptrack/recipe.toml
Normal file
5
recipes/wip/sound/chiptrack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jturcotte/chiptrack"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/math/fractal-explorer/recipe.toml
Normal file
5
recipes/wip/tools/math/fractal-explorer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/boclair/fractal-explorer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/time/dispute/recipe.toml
Normal file
5
recipes/wip/tools/time/dispute/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Vinegret43/dispute"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/time/tomotroid/recipe.toml
Normal file
5
recipes/wip/tools/time/tomotroid/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/vadoola/Tomotroid"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user