mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 16:57:50 +08:00
18 lines
396 B
JSON
18 lines
396 B
JSON
|
{
|
||
|
"name": "unordered-dense",
|
||
|
"version": "4.0.1",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|