diff options
Diffstat (limited to 'vcpkg/ports/tsl-sparse-map/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tsl-sparse-map/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/tsl-sparse-map/vcpkg.json b/vcpkg/ports/tsl-sparse-map/vcpkg.json new file mode 100644 index 0000000..45311b9 --- /dev/null +++ b/vcpkg/ports/tsl-sparse-map/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "tsl-sparse-map", + "version": "0.7.0", + "description": "C++ implementation of a memory efficient hash map and hash set", + "homepage": "https://github.com/Tessil/sparse-map", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |