-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 964 Bytes
/
.gitmodules
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
28
29
30
31
32
33
[submodule "core"]
path = core
url = [email protected]:ReactUnity/core.git
[submodule "renderer"]
path = renderer
url = [email protected]:ReactUnity/renderer.git
[submodule "scripts"]
path = scripts
url = [email protected]:ReactUnity/scripts.git
[submodule "material"]
path = material
url = [email protected]:ReactUnity/material.git
[submodule "create"]
path = create
url = [email protected]:ReactUnity/create.git
[submodule "previewer"]
path = previewer
url = [email protected]:ReactUnity/previewer.git
[submodule "quickjs"]
path = quickjs
url = [email protected]:ReactUnity/quickjs.git
[submodule "jint"]
path = jint
url = [email protected]:ReactUnity/jint.git
[submodule "clearscript"]
path = clearscript
url = [email protected]:ReactUnity/clearscript.git
[submodule "docs"]
path = docs
url = [email protected]:ReactUnity/reactunity.github.io.git
[submodule "full-sample"]
path = full-sample
url = [email protected]:ReactUnity/full-sample