-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
62 lines (60 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
62
[submodule "Heart/lib/Flourish"]
path = Heart/lib/Flourish
url = https://github.com/TheApplePieGod/Flourish.git
branch = dev
[submodule "Heart/lib/spdlog"]
path = Heart/lib/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.x
[submodule "Heart/lib/GLFW"]
path = Heart/lib/GLFW
url = https://github.com/glfw/glfw.git
branch = master
[submodule "Heart/lib/imgui"]
path = Heart/lib/imgui
url = https://github.com/TheApplePieGod/imgui.git
branch = docking
[submodule "Heart/lib/glm"]
path = Heart/lib/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "Heart/lib/tracy"]
path = Heart/lib/tracy
url = https://github.com/wolfpld/tracy.git
branch = master
[submodule "Heart/lib/entt"]
path = Heart/lib/entt
url = https://github.com/skypjack/entt.git
branch = master
[submodule "Heart/lib/imguizmo"]
path = Heart/lib/imguizmo
url = https://github.com/TheApplePieGod/ImGuizmo.git
branch = master
[submodule "Heart/lib/json"]
path = Heart/lib/json
url = https://github.com/nlohmann/json.git
branch = develop
[submodule "Heart/lib/bullet3"]
path = Heart/lib/bullet3
url = https://github.com/bulletphysics/bullet3.git
branch = master
[submodule "Heart/lib/msdf"]
path = Heart/lib/msdf
url = https://github.com/Chlumsky/msdf-atlas-gen.git
branch = master
[submodule "Heart/lib/FreeType"]
path = Heart/lib/FreeType
url = https://gitlab.freedesktop.org/freetype/freetype.git
branch = master
[submodule "Heart/lib/tinytiff"]
path = Heart/lib/tinytiff
url = https://github.com/jkriege2/TinyTIFF.git
branch = master
[submodule "HeartEditor/lib/imgui-node-editor"]
path = HeartEditor/lib/imgui-node-editor
url = https://github.com/TheApplePieGod/imgui-node-editor.git
branch = master
[submodule "HeartTesting/lib/doctest"]
path = HeartTesting/lib/doctest
url = https://github.com/doctest/doctest.git
branch = master