-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
51 lines (51 loc) · 1.69 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule "packages/event"]
path = packages/event
url = https://gitlab.com/feng3d/event.git
[submodule "packages/bezier"]
path = packages/bezier
url = https://gitlab.com/feng3d/bezier.git
[submodule "packages/objectview"]
path = packages/objectview
url = https://gitlab.com/feng3d/objectview.git
[submodule "packages/polyfill"]
path = packages/polyfill
url = https://gitlab.com/feng3d/polyfill.git
[submodule "packages/task"]
path = packages/task
url = https://gitlab.com/feng3d/task.git
[submodule "packages/watcher"]
path = packages/watcher
url = https://gitlab.com/feng3d/watcher.git
[submodule "packages/serialization"]
path = packages/serialization
url = https://gitlab.com/feng3d/serialization.git
[submodule "packages/math"]
path = packages/math
url = https://gitlab.com/feng3d/math.git
[submodule "packages/filesystem"]
path = packages/filesystem
url = https://gitlab.com/feng3d/filesystem.git
[submodule "packages/shortcut"]
path = packages/shortcut
url = https://gitlab.com/feng3d/shortcut.git
[submodule "packages/renderer"]
path = packages/renderer
url = https://gitlab.com/feng3d/renderer.git
[submodule "packages/core"]
path = packages/core
url = https://gitlab.com/feng3d/core.git
[submodule "packages/terrain"]
path = packages/terrain
url = https://gitlab.com/feng3d/terrain.git
[submodule "packages/particlesystem"]
path = packages/particlesystem
url = https://gitlab.com/feng3d/particlesystem.git
[submodule "packages/assets"]
path = packages/assets
url = https://gitlab.com/feng3d/assets.git
[submodule "packages/parsers"]
path = packages/parsers
url = https://gitlab.com/feng3d/parsers.git
[submodule "packages/ui"]
path = packages/ui
url = https://gitlab.com/feng3d/ui.git