vcpkg/ports/ncnn/vcpkg.json
MonicaLiu 9868b80bef
[ncnn] Update to 20231027 (#35016)
* update ncnn

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-10 11:24:39 -08:00

19 lines
404 B
JSON

{
"name": "ncnn",
"version": "20231027",
"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
}
]
}