yuzu/externals/vcpkg/ports/parallel-hashmap/vcpkg.json

13 lines
274 B
JSON
Executable File

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