redox/recipes/wip/tools/imager/recipe.toml
2026-04-11 07:16:54 +07:00

13 lines
201 B
TOML

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