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