mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
This is progress towards fixing #186. However, I need some help publishing/installing (or whatever it's called) properly, and there is probably a better way to integrate with picojson than using a git submodule.
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
[submodule "src/external/abseil"]
|
|
path = src/external/abseil
|
|
url = https://github.com/abseil/abseil-cpp
|
|
branch = lts_2020_02_25
|
|
[submodule "src/external/webrtc"]
|
|
path = src/external/webrtc
|
|
url = https://webrtc.googlesource.com/src
|
|
[submodule "src/external/picojson"]
|
|
path = src/external/picojson
|
|
url = https://github.com/kazuho/picojson.git
|