1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00
lovr/.gitmodules
bjorn f88268b763 rm openxr submodule;
The OpenXR headset driver is not enabled by default, and it doesn't
seem like this will change soon, so let's omit the submodule
dependency to save the bytes/time.
2019-12-29 10:31:15 -08:00

25 lines
692 B
Plaintext

[submodule "deps/enet"]
path = deps/enet
url = https://github.com/lsalzman/enet
[submodule "deps/glfw"]
path = deps/glfw
url = https://github.com/glfw/glfw
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/LuaDist/lua
[submodule "deps/msdfgen"]
path = deps/msdfgen
url = https://github.com/bjornbytes/msdfgen
[submodule "deps/ode"]
path = deps/ode
url = https://github.com/bjornbytes/ode
[submodule "deps/openal-soft"]
path = deps/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "deps/openvr"]
path = deps/openvr
url = https://github.com/ValveSoftware/openvr
[submodule "deps/luajit"]
path = deps/luajit
url = https://github.com/WohlSoft/LuaJIT