mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
107d3cce09
I decided to go with nlohmann::json because it supports both JSON and msgpack. I'm likely going to have to write some conversion utils to convert between obs_data_t and json, but the advantages of what nlohmann::json brings to the table are just too attractive.
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
[submodule "deps/websocketpp"]
|
|
path = deps/websocketpp
|
|
url = https://github.com/zaphoyd/websocketpp.git
|
|
[submodule "deps/asio"]
|
|
path = deps/asio
|
|
url = https://github.com/chriskohlhoff/asio.git
|
|
[submodule "deps/json"]
|
|
path = deps/json
|
|
url = https://github.com/nlohmann/json.git
|