From b5756da583f4592b6299614a4a45b996c091b71c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 10 Apr 2025 19:09:54 -0400 Subject: Updated vcpkg websocketpp is no longer included with vcpkg, so it's back as a submodule. --- .gitmodules | 3 +++ vcpkg.json | 1 - vendor/vcpkg | 2 +- vendor/websocketpp | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 160000 vendor/websocketpp diff --git a/.gitmodules b/.gitmodules index ebe016f..1a69477 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vendor/vcpkg"] path = vendor/vcpkg url = https://github.com/Microsoft/vcpkg.git +[submodule "vendor/websocketpp"] + path = vendor/websocketpp + url = https://github.com/zaphoyd/websocketpp diff --git a/vcpkg.json b/vcpkg.json index e13d228..581a507 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,5 @@ { "dependencies": [ - "websocketpp", "wxwidgets", "openssl", "yaml-cpp", diff --git a/vendor/vcpkg b/vendor/vcpkg index 3dd44b9..df8bfe5 160000 --- a/vendor/vcpkg +++ b/vendor/vcpkg @@ -1 +1 @@ -Subproject commit 3dd44b931481d7a8e9ba412621fa810232b66289 +Subproject commit df8bfe519564ae001903e5cdd32af0999531ef71 diff --git a/vendor/websocketpp b/vendor/websocketpp new file mode 160000 index 0000000..1b11fd3 --- /dev/null +++ b/vendor/websocketpp @@ -0,0 +1 @@ +Subproject commit 1b11fd301531e6df35a6107c1e8665b1e77a2d8e -- cgit 1.4.1