-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 792 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "liboctopus"]
path = liboctopus
url = ../liboctopus.git
[submodule "open-design-text-renderer"]
path = open-design-text-renderer
url = ../open-design-text-renderer.git
branch = main
[submodule "third-party/skia/src"]
path = third-party/skia/src
url = https://github.com/google/skia
[submodule "third-party/imgui"]
path = third-party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third-party/ImGuiFileDialog"]
path = third-party/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
branch = Lib_Only
[submodule "third-party/imnodes"]
path = third-party/imnodes
url = https://github.com/Nelarius/imnodes.git
[submodule "third-party/msdf-atlas-gen"]
path = third-party/msdf-atlas-gen
url = https://github.com/Chlumsky/msdf-atlas-gen.git