redox/recipes/wip/tools/dim/recipe.toml
2024-02-17 00:39:27 +00: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",
"openssl1",
"ffmpeg6",
]