mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Using a submodule which is not available as a package on Debian makes it difficult to package the plugin for Debian. Instead add the obs-websocket header file directly to the repo.
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
[submodule "deps/asio"]
|
|
path = deps/asio
|
|
url = https://github.com/chriskohlhoff/asio.git
|
|
[submodule "deps/websocketpp"]
|
|
path = deps/websocketpp
|
|
url = https://github.com/zaphoyd/websocketpp.git
|
|
[submodule "deps/opencv"]
|
|
path = deps/opencv
|
|
url = https://github.com/opencv/opencv.git
|
|
[submodule "deps/openvr"]
|
|
path = deps/openvr
|
|
url = https://github.com/ValveSoftware/openvr.git
|