mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
ade9a98ca7
commit
beba0ecd22
11
recipes/wip/demos/servo-gtk/recipe.toml
Normal file
11
recipes/wip/demos/servo-gtk/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nacho/servo-gtk"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4"
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_examples browser
|
||||
"""
|
||||
5
recipes/wip/sound/soundscope/recipe.toml
Normal file
5
recipes/wip/sound/soundscope/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bananaofhappiness/soundscope"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user