2022-08-30 07:37:12 +08:00
|
|
|
{
|
|
|
|
"name": "ncnn",
|
2024-02-22 14:12:25 +08:00
|
|
|
"version": "20240102",
|
2024-04-16 21:35:11 +08:00
|
|
|
"port-version": 1,
|
2022-08-30 07:37:12 +08:00
|
|
|
"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
|
|
|
|
}
|
2024-04-16 21:35:11 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"vulkan": {
|
|
|
|
"description": "Enable Vulkan support",
|
|
|
|
"dependencies": [
|
|
|
|
"glslang",
|
|
|
|
"vulkan"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-08-30 07:37:12 +08:00
|
|
|
}
|