-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
61 lines (61 loc) · 1.97 KB
/
.gitmodules
File metadata and controls
61 lines (61 loc) · 1.97 KB
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
[submodule "libs/imgui-sfml"]
path = libs/imgui-sfml
url = https://github.com/SFML/imgui-sfml.git
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui.git
[submodule "libs/SFML"]
path = libs/SFML
url = https://github.com/SFML/SFML
[submodule "libs/freetype"]
path = libs/freetype
url = https://github.com/freetype/freetype.git
[submodule "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/json"]
path = libs/json
url = https://github.com/nlohmann/json
[submodule "libs/implot"]
path = libs/implot
url = https://github.com/epezent/implot.git
[submodule "libs/implot3d"]
path = libs/implot3d
url = https://github.com/brenocq/implot3d.git
[submodule "libs/ImNodeFlow"]
path = libs/ImNodeFlow
url = https://github.com/Fattorino/ImNodeFlow.git
[submodule "libs/ImGuiFileDialog"]
path = libs/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
[submodule "libs/portable-file-dialogs"]
path = libs/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "libs/imspinner"]
path = libs/imspinner
url = https://github.com/dalerank/imspinner.git
[submodule "libs/ImGuiColorTextEdit"]
path = libs/ImGuiColorTextEdit
url = https://github.com/NewYaroslav/ImGuiColorTextEdit.git
[submodule "libs/imgui-command-palette"]
path = libs/imgui-command-palette
url = https://github.com/pthom/imgui-command-palette
[submodule "libs/ImCoolBar"]
path = libs/ImCoolBar
url = https://github.com/NewYaroslav/ImCoolBar.git
[submodule "libs/md4c"]
path = libs/md4c
url = https://github.com/mity/md4c
[submodule "libs/imgui_md"]
path = libs/imgui_md
url = https://github.com/NewYaroslav/imgui_md.git
branch = main
[submodule "libs/aescpp"]
path = libs/aescpp
url = https://github.com/NewYaroslav/aescpp.git
[submodule "libs/hmac-cpp"]
path = libs/hmac-cpp
url = https://github.com/NewYaroslav/hmac-cpp.git