mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:59:00 +08:00
39b1392eed
* Update sparsehash to 2.0.4 * Update CI baseline * update vcpkg.json * update version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
7 lines
303 B
JSON
7 lines
303 B
JSON
{
|
|
"name": "sparsehash",
|
|
"version": "2.0.4",
|
|
"description": "The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.",
|
|
"homepage": "https://github.com/sparsehash/sparsehash"
|
|
}
|