mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
12 lines
260 B
TOML
12 lines
260 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux
|
|
[source]
|
|
git = "https://github.com/Tencent/ncnn"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"protobuf",
|
|
"libvulkan",
|
|
"opencv4",
|
|
]
|