redox/recipes/wip/net/vsd/recipe.toml
2024-03-01 00:11:53 +00:00

12 lines
183 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/clitic/vsd"
[build]
template = "custom"
dependencies = [
"ffmpeg6",
]
script = """
cookbook_cargo_packages vsd
"""