Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
396 B
JSON

{
"name": "unordered-dense",
"version": "4.5.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
}
]
}