From 671e6823be0dc2a9762c61684ae0587b8eedd830 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 11 Aug 2023 13:35:59 +0200 Subject: [PATCH] cleanup vcpkg.json (#4859) --- vcpkg.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 7d2c1a48..b4c10f63 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,5 @@ { - "name": "cockatrice", - "version-string": "1.0.0", + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "gtest", "liblzma", @@ -8,4 +7,4 @@ "pthreads", "zlib" ] -} \ No newline at end of file +}