zeek/auxil/vcpkg/ports/ncnn/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

28 lines
561 B
JSON

{
"name": "ncnn",
"version": "20241226",
"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
}
],
"features": {
"vulkan": {
"description": "Enable Vulkan support",
"dependencies": [
"glslang",
"vulkan"
]
}
}
}