mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:39:11 +08:00
a5708b824e
* update to 3.11.2 * add versions
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"name": "robin-hood-hashing",
|
|
"version": "3.11.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|