redox/recipes/wip/demos/speedy2d/recipe.toml
2024-07-13 12:57:55 +00:00

9 lines
191 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/QuantumBadger/Speedy2D"
[build]
template = "custom"
script = """
cookbook_cargo_examples animation hello_world moving_text
"""