vcpkg/ports/annoy/vcpkg.json

18 lines
379 B
JSON

{
"name": "annoy",
"version": "1.17.3",
"description": "Approximate Nearest Neighbors optimized for memory usage and loading/saving to disk",
"homepage": "https://github.com/spotify/annoy",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}