mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
dc558404ec
* [parallel-hashmap] Bump version to 1.3.8 * run x-add-version
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"name": "parallel-hashmap",
|
|
"version": "1.3.8",
|
|
"description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|