redox/recipes/wip/tools/t-rec/recipe.toml
2025-11-13 08:56:13 -03:00

13 lines
193 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/sassman/t-rec-rs"
[build]
template = "custom"
dependencies = [
"imagemagick",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""