mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
13 lines
229 B
TOML
13 lines
229 B
TOML
#TODO Make OpenCV 4 work
|
|
[source]
|
|
git = "https://github.com/maxcurzi/tplay"
|
|
rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"ffmpeg6",
|
|
"llvm",
|
|
"openssl1",
|
|
"opencv4",
|
|
]
|