vcpkg/ports/robin-hood-hashing/vcpkg.json
Rémy Tassoux f98d75efc7
[robin-hood-hashing] Update to 3.11.3 (#18917)
* [robin-hood-hashing] Update to 3.11.3

* [robin-hood-hashing] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-07-22 14:53:23 -07:00

17 lines
376 B
JSON

{
"name": "robin-hood-hashing",
"version": "3.11.3",
"description": "Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20",
"homepage": "https://github.com/martinus/robin-hood-hashing",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}