redox/recipes/wip/tools/imager/recipe.toml
2024-02-11 14:08:48 +00:00

13 lines
201 B
TOML

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