-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
45 lines (45 loc) · 1.58 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
[submodule "lib/VulkanMemoryAllocator"]
path = lib/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "lib/Vulkan-Headers"]
path = lib/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "lib/EventBus"]
path = lib/EventBus
url = https://github.com/gelldur/EventBus.git
[submodule "lib/libmorton"]
path = lib/libmorton
url = https://github.com/Forceflow/libmorton
[submodule "lib/doxygen-awesome-css"]
path = lib/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "docs/wiki"]
path = docs/wiki
url = https://github.com/RedNicStone/CubiCAD.wiki.git
[submodule "lib/shaderc"]
path = lib/shaderc
url = https://github.com/google/shaderc
[submodule "lib/tinyobjloader"]
path = lib/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui.git
[submodule "lib/stb"]
path = lib/stb
url = https://github.com/nothings/stb
[submodule "lib/rapidjson"]
path = lib/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "lib/IconFontCppHeaders"]
path = lib/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders
[submodule "resources/fonts/Fork-Awesome"]
path = resources/fonts/Fork-Awesome
url = https://github.com/ForkAwesome/Fork-Awesome.git
[submodule "lib/nativefiledialog-extended"]
path = lib/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended.git