redox/recipes/wip/imager/recipe.toml
2023-11-30 18:13:53 +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
"""