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

13 lines
201 B
TOML

#TODO webp-dev crate error
[source]
git = "https://github.com/imager-io/imager"
[build]
template = "custom"
dependencies = [
"xz",
"openssl1",
]
script = """
cookbook_cargo_packages imager
"""