redox/recipes/wip/dev/other/ncnn/recipe.toml
2025-10-07 12:36:57 -03:00

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",
]