redox/recipes/wip/demos/firework-rs/recipe.toml
2024-07-15 06:35:19 +00:00

10 lines
213 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/Wayoung7/firework-rs"
[build]
template = "custom"
script = """
cookbook_cargo_packages firework-rs
cookbook_cargo_examples fountain heart vortex
"""