Add recipes

This commit is contained in:
Ribbon 2025-10-08 13:10:39 -03:00
parent ade9a98ca7
commit beba0ecd22
2 changed files with 16 additions and 0 deletions

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bananaofhappiness/soundscope"
[build]
template = "cargo"