vcpkg/ports/robin-map/vcpkg.json
chausner 8e84020c67
[robin-map] Update to 1.0.1 (#24179)
* Update robin-map to 1.0.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 16:37:54 -07:00

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