diff options
Diffstat (limited to 'vcpkg/ports/knncolle-hnsw/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/knncolle-hnsw/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/knncolle-hnsw/vcpkg.json b/vcpkg/ports/knncolle-hnsw/vcpkg.json new file mode 100644 index 0000000..b89c2ab --- /dev/null +++ b/vcpkg/ports/knncolle-hnsw/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "knncolle-hnsw", + "version": "0.2.1", + "description": "knncolle bindings for HNSW search ", + "homepage": "https://github.com/knncolle/knncolle_hnsw", + "license": "MIT", + "dependencies": [ + "hnswlib", + "knncolle", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |