forked from OculusRiftInAction/OculusRiftInAction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 935 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "libraries/OculusSDK"]
path = libraries/OculusSDK
url = https://github.com/jherico/OculusSDK.git
[submodule "libraries/glfw"]
path = libraries/glfw
url = https://github.com/jherico/glfw.git
[submodule "libraries/glm"]
path = libraries/glm
url = https://github.com/jherico/glm.git
[submodule "libraries/libpng"]
path = libraries/libpng
url = https://github.com/jherico/libpng.git
[submodule "libraries/zlib"]
path = libraries/zlib
url = https://github.com/jherico/zlib.git
[submodule "libraries/gl"]
path = libraries/gl
url = https://github.com/jherico/gl.git
[submodule "resources"]
path = resources
url = https://github.com/OculusRiftInAction/OculusRiftInActionResources.git
[submodule "examples/java"]
path = examples/java
url = https://github.com/OculusRiftInAction/jocular-examples.git
[submodule "examples/python"]
path = examples/python
url = https://github.com/OculusRiftInAction/pyovr-examples.git