mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
877a4e05fa
The use has been removed from the following files: * Atomic.hpp * SignalVector.hpp * Benchmark.hpp * IvrApi * LoggingChannel.hpp * Singleton.hpp * Image.hpp * PrecompiledHeader.hpp * Message.hpp * MessageElement.hpp * MessageLayout.hpp * MessageLayoutElement.hpp * Fonts.hpp (just include)
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "chatterino",
|
|
"version": "2.0.0",
|
|
"builtin-baseline": "43f56137beabcd470ac2650cdf3954761f65b70e",
|
|
"dependencies": [
|
|
"benchmark",
|
|
"boost-asio",
|
|
"boost-circular-buffer",
|
|
"boost-foreach",
|
|
"boost-interprocess",
|
|
"boost-signals2",
|
|
"boost-variant",
|
|
"gtest",
|
|
"openssl",
|
|
"qt5-tools"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "openssl",
|
|
"version-string": "1.1.1n"
|
|
}
|
|
]
|
|
}
|