diff options
| author | Stefan Boberg <[email protected]> | 2021-09-10 19:48:26 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-10 19:48:26 +0200 |
| commit | e04a36f90f9e326a2e77237ba4e18399a8f60172 (patch) | |
| tree | 15c2126f15ad86bf3f9d1b00a5322deb1c6a125c /vcpkg.json | |
| parent | clang-format (diff) | |
| download | zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.tar.xz zen-e04a36f90f9e326a2e77237ba4e18399a8f60172.zip | |
Added beginnings of a uWS http front-end
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 4a0c41d3b..45910556a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -21,6 +21,7 @@ "features": [ "lz4", "zstd" ] }, "sol2", - "sentry-native" + "sentry-native", + "uwebsockets" ] } |