vcpkg/ports/robin-hood-hashing/vcpkg.json
Ryan 2fc1582826
[robin-hood-hashing] update to 3.10.0 (#16701)
* [robin-hood-hashing] update to 3.10.0

* update version files

* fix version field

* update version
2021-03-15 10:58:30 -07:00

17 lines
376 B
JSON

{
"name": "robin-hood-hashing",
"version": "3.10.0",
"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
}
]
}