redox/recipes/wip/ncnn/recipe.toml
2023-11-30 18:13:53 +00:00

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