redox/recipes/wip/tools/objdiff/recipe.toml
2024-07-09 00:06:39 +00:00

13 lines
243 B
TOML

#TODO can't find the fontconfig dependency
[source]
git = "https://github.com/encounter/objdiff"
[build]
template = "custom"
dependencies = [
"openssl1",
"fontconfig",
]
script = """
cookbook_cargo_packages objdiff-gui objdiff-cli
"""