pineapple/externals/vcpkg/ports/robin-map/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
379 B
JSON
Executable file

{
"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
}
]
}