mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
12 lines
183 B
TOML
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
|
|
"""
|