redox/recipes/wip/demos/doomfire/recipe.toml
2026-02-13 19:57:07 -03:00

11 lines
232 B
TOML

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