18 lines
379 B
JSON
18 lines
379 B
JSON
|
{
|
||
|
"name": "robin-map",
|
||
|
"version-semver": "1.0.1",
|
||
|
"description": "A C++ implementation of a fast hash map and hash set using robin hood hashing",
|
||
|
"homepage": "https://github.com/Tessil/robin-map",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|