From 3563b27a4e43e28eeb8875852f8e3437521a15c5 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 24 Jan 2026 13:14:08 +0200 Subject: [PATCH] Add websockets to vcpkg.json --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 9c38d3d6c..6a61b882c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -43,7 +43,8 @@ "imageformats", "svg", "tools", - "translations" + "translations", + "websockets" ], "default-features": false },