redox/recipes/wip/tools/dim/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
271 B
TOML

#TODO missing script for building, see https://github.com/Dusk-Labs/dim#running-from-source
#TODO probably missing dependencies
[source]
git = "https://github.com/Dusk-Labs/dim"
[build]
template = "custom"
dependencies = [
"sqlite3",
"openssl3",
"ffmpeg6",
]