Init submodules for websocket

This commit is contained in:
tovjemam 2025-12-30 15:49:42 +01:00
parent a80e405b3e
commit 5c844cf4d3
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View File

@ -7,3 +7,12 @@
[submodule "external/bullet3"] [submodule "external/bullet3"]
path = external/bullet3 path = external/bullet3
url = https://github.com/bulletphysics/bullet3.git url = https://github.com/bulletphysics/bullet3.git
[submodule "external/Crow"]
path = external/Crow
url = https://github.com/CrowCpp/Crow.git
[submodule "external/asio"]
path = external/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "external/easywsclient"]
path = external/easywsclient
url = https://github.com/dhbaird/easywsclient.git

1
external/Crow vendored Submodule

@ -0,0 +1 @@
Subproject commit 7e41d9f52a8043b279ad52e99f634694a64aeb8e

1
external/asio vendored Submodule

@ -0,0 +1 @@
Subproject commit 55684d42ac00021b4c31ba8571aca414c863ead5

1
external/easywsclient vendored Submodule

@ -0,0 +1 @@
Subproject commit afc1d8cfc584e0f1f4a77e8c0ce3e979d9fe7ce2