redox/recipes/wip/demos/ternimal/recipe.toml
2024-02-16 22:19:34 +00:00

9 lines
214 B
TOML

#TODO probably wrong script, see https://github.com/p-e-w/ternimal#building
[source]
git = "https://github.com/p-e-w/ternimal"
[build]
template = "custom"
script = """
rustc -O "${COOKBOOK_SOURCE}"/ternimal.rs
"""