vcpkg/ports/ncnn/vcpkg.json

29 lines
582 B
JSON
Raw Normal View History

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