mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:55:50 +08:00
c954a05164
* [parallel-hashmap] bump version to 1.36 * [parallel-hashmap] bump version to 1.36 * disable building test and example projects in vcpkg install * update SHA
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"name": "parallel-hashmap",
|
|
"version": "1.36",
|
|
"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
|
|
}
|
|
]
|
|
}
|