redox/recipes/wip/demos/usfx/recipe.toml
2025-06-06 13:26:38 -03:00

13 lines
211 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/tversteeg/usfx"
[build]
template = "custom"
dependencies = [
"libalsa",
"sdl2",
]
script = """
cookbook_cargo_examples cpal music sdl2
"""