-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
38 lines (38 loc) · 1.19 KB
/
.gitmodules
File metadata and controls
38 lines (38 loc) · 1.19 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
[submodule "Vendor/glm"]
path = Vendor/glm
url = https://github.com/g-truc/glm.git/
[submodule "Vendor/luau"]
path = Vendor/luau
url = https://github.com/luau-lang/luau.git/
[submodule "Vendor/stb"]
path = Vendor/stb
url = https://github.com/nothings/stb.git/
[submodule "Vendor/tracy"]
path = Vendor/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "Vendor/miniaudio"]
path = Vendor/miniaudio
url = https://github.com/mackron/miniaudio.git
branch = master
[submodule "Vendor/glfw"]
path = Vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "Vendor/tinyfd"]
path = Vendor/tinyfd
url = https://github.com/PhoenixWhitefire/tinyfd
[submodule "Vendor/imgui"]
path = Vendor/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Vendor/ImGuiColorTextEdit"]
path = Vendor/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule ".github/wiki"]
path = .github/wiki
url = https://github.com/PhoenixWhitefire/PhoenixEngine.wiki.git
[submodule "Vendor/curl"]
path = Vendor/curl
url = https://github.com/curl/curl.git
[submodule "Vendor/filewatch"]
path = Vendor/filewatch
url = https://github.com/ThomasMonkman/filewatch.git