diff options
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcpkg.json b/vcpkg.json deleted file mode 100644 index 1a110ef9..00000000 --- a/vcpkg.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", - "name": "cru", - "version": "0.0.1", - "dependencies": [ - "ms-gsl", - "gtest", - "double-conversion" - ] -} |