vcpkg/ports/ncnn/vcpkg.json
chausner dad22c2180
[ncnn] Update to 20221128 (#29096)
* Update ncnn to 20221128

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 16:00:58 -08:00

19 lines
404 B
JSON

{
"name": "ncnn",
"version": "20221128",
"description": "ncnn is a high-performance neural network inference computing framework.",
"homepage": "https://github.com/Tencent/ncnn",
"license": "BSD-3-Clause",
"supports": "!(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}