early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/robin-hood-hashing/vcpkg.json
vendored
Executable file
16
externals/vcpkg/ports/robin-hood-hashing/vcpkg.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "robin-hood-hashing",
|
||||
"version": "3.11.5",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user