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 +}