redox/recipes/wip/net/other/vsd/recipe.toml
2024-07-02 06:08:02 +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
"""