diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/vcpkg.json b/vcpkg.json index 925212a..581a507 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | { | 1 | { |
| 2 | "dependencies": [ | 2 | "dependencies": [ |
| 3 | "websocketpp", | ||
| 4 | "wxwidgets", | 3 | "wxwidgets", |
| 5 | "openssl", | 4 | "openssl", |
| 6 | "yaml-cpp" | 5 | "yaml-cpp", |
| 6 | "fmt" | ||
| 7 | ] | 7 | ] |
| 8 | } | 8 | } |
