mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update vcpkg.json
(#4343)
* deps(vcpkg): update schema and baseline * deps(vcpkg): remove dependency on qtmultimedia
This commit is contained in:
parent
d6ccab2cdf
commit
82207254ed
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "chatterino",
|
"name": "chatterino",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"builtin-baseline": "5ba2b95aea2a39aa89444949c7a047af38c401c1",
|
"builtin-baseline": "43f56137beabcd470ac2650cdf3954761f65b70e",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"benchmark",
|
"benchmark",
|
||||||
"boost-asio",
|
"boost-asio",
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
"boost-variant",
|
"boost-variant",
|
||||||
"gtest",
|
"gtest",
|
||||||
"openssl",
|
"openssl",
|
||||||
"qt5-multimedia",
|
|
||||||
"qt5-tools"
|
"qt5-tools"
|
||||||
],
|
],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
|
|
Loading…
Reference in a new issue