diff options
author | crupest <crupest@outlook.com> | 2021-10-30 16:56:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-30 16:56:28 +0800 |
commit | 67123decff3abf66f12ddb4d2b707c1b0ad5a90b (patch) | |
tree | d51fdb2f3fdfc5cae538c9d0091fd04c37784f99 | |
parent | 4b1008ef111caf2008d3b4530993d17fd0e365ae (diff) | |
download | cru-67123decff3abf66f12ddb4d2b707c1b0ad5a90b.tar.gz cru-67123decff3abf66f12ddb4d2b707c1b0ad5a90b.tar.bz2 cru-67123decff3abf66f12ddb4d2b707c1b0ad5a90b.zip |
...
-rw-r--r-- | vcpkg.json | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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"] } |