mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 00:38:02 +08:00
18 lines
388 B
JSON
18 lines
388 B
JSON
|
{
|
||
|
"name": "annoy",
|
||
|
"version-date": "2023-02-25",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|