-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitmodules
50 lines (50 loc) · 1.89 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
[submodule "Engine/Source/ThirdParty/bimg"]
path = Engine/Source/ThirdParty/bimg
url = https://github.com/CatDogEngine/bimg
branch = master
[submodule "Engine/Source/ThirdParty/bx"]
path = Engine/Source/ThirdParty/bx
url = https://github.com/CatDogEngine/bx
branch = master
[submodule "Engine/Source/ThirdParty/bgfx"]
path = Engine/Source/ThirdParty/bgfx
url = https://github.com/CatDogEngine/bgfx
branch = master
[submodule "Engine/Source/ThirdParty/AssetPipeline"]
path = Engine/Source/ThirdParty/AssetPipeline
url = https://github.com/CatDogEngine/AssetPipeline
branch = main
[submodule "Engine/Source/ThirdParty/sdl"]
path = Engine/Source/ThirdParty/sdl
url = https://github.com/CatDogEngine/sdl
branch = main
[submodule "Engine/Source/ThirdParty/rapidxml"]
path = Engine/Source/ThirdParty/rapidxml
url = https://github.com/CatDogEngine/rapidxml.git
branch = master
[submodule "Engine/Source/ThirdParty/imgui"]
path = Engine/Source/ThirdParty/imgui
url = https://github.com/CatDogEngine/imgui.git
branch = docking
[submodule "Engine/Source/ThirdParty/freetype"]
path = Engine/Source/ThirdParty/freetype
url = https://github.com/CatDogEngine/freetype.git
branch = master
[submodule "Engine/Source/ThirdParty/stb"]
path = Engine/Source/ThirdParty/stb
url = https://github.com/CatDogEngine/stb.git
branch = master
[submodule "Engine/Source/ThirdParty/ImGuizmo"]
path = Engine/Source/ThirdParty/ImGuizmo
url = https://github.com/CatDogEngine/ImGuizmo.git
branch = master
[submodule "Engine/Source/ThirdParty/spdlog"]
path = Engine/Source/ThirdParty/spdlog
url = https://github.com/CatDogEngine/spdlog
branch = v1.x
[submodule "Engine/Source/ThirdParty/imgui-node-editor"]
path = Engine/Source/ThirdParty/imgui-node-editor
url = https://github.com/thedmd/imgui-node-editor
[submodule "Engine/Source/ThirdParty/dmon"]
path = Engine/Source/ThirdParty/dmon
url = https://github.com/CatDogEngine/dmon