redox/recipes/wip/demos/doomfire/recipe.toml
2024-12-04 00:32:14 +00:00

9 lines
198 B
TOML

#TODO discover how to build the "doomfire-minifb" example
[source]
git = "https://github.com/r-marques/doomfire"
[build]
template = "custom"
script = """
cookbook_cargo_examples doomfire-minifb
"""