aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 0720077d..a2bb1f4c 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -2,5 +2,8 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "cru",
"version": "0.0.1",
- "dependencies": ["ms-gsl", "gtest", "boost"]
+ "dependencies": [
+ "ms-gsl",
+ "gtest"
+ ]
}