mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
11 lines
246 B
TOML
11 lines
246 B
TOML
#TODO missing script for CMake, see https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux
|
|
[source]
|
|
git = "https://github.com/Tencent/ncnn"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"protobuf",
|
|
"libvulkan",
|
|
"opencv4",
|
|
]
|