cleanup vcpkg.json (#4859)

This commit is contained in:
tooomm 2023-08-11 13:35:59 +02:00 committed by GitHub
parent 0d76662311
commit 671e6823be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
{ {
"name": "cockatrice", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"version-string": "1.0.0",
"dependencies": [ "dependencies": [
"gtest", "gtest",
"liblzma", "liblzma",
@ -8,4 +7,4 @@
"pthreads", "pthreads",
"zlib" "zlib"
] ]
} }