mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
dad22c2180
* Update ncnn to 20221128 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
19 lines
404 B
JSON
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
|
|
}
|
|
]
|
|
}
|