aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-10 10:59:09 +0100
committerMartin Ridgers <[email protected]>2022-01-10 13:22:28 +0100
commit243d10aafc0fd803c5350266acb28da093439b35 (patch)
tree4a33843783105a1b186130b1ff6406c0b0c1d469 /vcpkg.json
parentLLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z) (diff)
downloadzen-243d10aafc0fd803c5350266acb28da093439b35.tar.xz
zen-243d10aafc0fd803c5350266acb28da093439b35.zip
Vcpkg's manifest mode is no longer in use
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json26
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"
- ]
-}