diff options
| author | Martin Ridgers <[email protected]> | 2022-01-10 10:59:09 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-10 13:22:28 +0100 |
| commit | 243d10aafc0fd803c5350266acb28da093439b35 (patch) | |
| tree | 4a33843783105a1b186130b1ff6406c0b0c1d469 /vcpkg.json | |
| parent | LLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z) (diff) | |
| download | zen-243d10aafc0fd803c5350266acb28da093439b35.tar.xz zen-243d10aafc0fd803c5350266acb28da093439b35.zip | |
Vcpkg's manifest mode is no longer in use
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/vcpkg.json b/vcpkg.json deleted file mode 100644 index 4a0c41d3b..000000000 --- a/vcpkg.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "zenfs", - "version-string": "0.1.0-dev", - "dependencies": [ - "asio", - "cpr", - "openssl", - "json11", - "mimalloc", - "spdlog", - "lz4", - "zstd", - "xxhash", - "gsl-lite", - "cxxopts", - "doctest", - "http-parser", - "robin-map", - { - "name": "rocksdb", - "features": [ "lz4", "zstd" ] - }, - "sol2", - "sentry-native" - ] -} |