cleanup vcpkg.json (#4859)
This commit is contained in:
parent
0d76662311
commit
671e6823be
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue