mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:11:17 +08:00
54ab0528f8
* [parallel-hashmap] update version to 1.34 * run `vcpkg x-add-version --all` and change `version-string` to `version` * make suggested changes * add changes suggested by @JonLui1993 * ran `vcpkg x-add-version --all ` as suggested * update version * update parallel-hashmap.json Co-authored-by: Jonliu1993 <13720414433@163.com>
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"name": "parallel-hashmap",
|
|
"version": "1.34",
|
|
"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
|
|
}
|
|
]
|
|
}
|