vcpkg/ports/annoy/vcpkg.json

18 lines
379 B
JSON
Raw Normal View History

2023-03-03 04:11:01 +08:00
{
"name": "annoy",
"version": "1.17.3",
2023-03-03 04:11:01 +08:00
"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
}
]
}