From 67123decff3abf66f12ddb4d2b707c1b0ad5a90b Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 30 Oct 2021 16:56:28 +0800 Subject: ... --- vcpkg.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index cd113520..0720077d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,11 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", - "name": "cruui", + "name": "cru", "version": "0.0.1", - "dependencies": [ - "ms-gsl", - "gtest", - "boost-property-tree", - "boost-functional" - ] + "dependencies": ["ms-gsl", "gtest", "boost"] } -- cgit v1.2.3