mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
6a6ad17d8b
* [unordered-dense] Update to 4.4.0 * [unordered-dense] Update version files
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "unordered-dense",
|
|
"version": "4.4.0",
|
|
"description": "A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion",
|
|
"homepage": "https://github.com/martinus/unordered_dense",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|