vcpkg/ports/tsl-ordered-map/vcpkg.json
2024-04-01 13:49:33 -07:00

12 lines
223 B
JSON

{
"name": "tsl-ordered-map",
"version": "1.1.0",
"description": "C++ hash map and hash set which preserve the order of insertion",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}