vcpkg/ports/sparsehash/vcpkg.json
chausner 39b1392eed
[sparsehash] Update to 2.0.4 (#20343)
* 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>
2021-09-27 20:50:45 -07:00

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"
}