Skip to content

Commit f2c3827

Browse files
committed
Dependency cleanup
Removing unneccessary dependencies
1 parent 3a972a5 commit f2c3827

File tree

9 files changed

+0
-32
lines changed

9 files changed

+0
-32
lines changed

.gitmodules

-24
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
[submodule "HatchitResource"]
1111
path = HatchitResource
1212
url = https://github.com/thirddegree/HatchitResource.git
13-
[submodule "HatchitScript"]
14-
path = HatchitScript
15-
url = https://github.com/thirddegree/HatchitScript.git
1613
[submodule "ThirdParty/assimp"]
1714
path = ThirdParty/assimp
1815
url = https://github.com/assimp/assimp.git
@@ -28,9 +25,6 @@
2825
[submodule "ThirdParty/bullet3"]
2926
path = ThirdParty/bullet3
3027
url = https://github.com/thirddegree/bullet3.git
31-
[submodule "ThirdParty/stb"]
32-
path = ThirdParty/stb
33-
url = https://github.com/thirddegree/stb
3428
[submodule "HatchitNetwork"]
3529
path = HatchitNetwork
3630
url = https://github.com/thirddegree/HatchitNetwork.git
@@ -40,27 +34,15 @@
4034
[submodule "ThirdParty/cppformat"]
4135
path = ThirdParty/cppformat
4236
url = https://github.com/thirddegree/cppformat.git
43-
[submodule "ThirdParty/virtualenv"]
44-
path = ThirdParty/virtualenv
45-
url = https://github.com/pypa/virtualenv
4637
[submodule "HatchitAudio"]
4738
path = HatchitAudio
4839
url = https://github.com/thirddegree/HatchitAudio.git
49-
[submodule "ThirdParty/SPIRV-Cross"]
50-
path = ThirdParty/SPIRV-Cross
51-
url = https://github.com/KhronosGroup/SPIRV-Cross
52-
[submodule "ThirdParty/glfw"]
53-
path = ThirdParty/glfw
54-
url = https://github.com/glfw/glfw.git
5540
[submodule "ThirdParty/glm"]
5641
path = ThirdParty/glm
5742
url = https://github.com/g-truc/glm.git
5843
[submodule "ThirdParty/Chipmunk2D"]
5944
path = ThirdParty/Chipmunk2D
6045
url = https://github.com/slembcke/Chipmunk2D.git
61-
[submodule "ThirdParty/msgpack-c"]
62-
path = ThirdParty/msgpack-c
63-
url = https://github.com/msgpack/msgpack-c.git
6446
[submodule "ThirdParty/libgit2"]
6547
path = ThirdParty/libgit2
6648
url = https://github.com/libgit2/libgit2.git
@@ -76,15 +58,9 @@
7658
[submodule "ThirdParty/vorbis"]
7759
path = ThirdParty/vorbis
7860
url = https://github.com/thirddegree/vorbis.git
79-
[submodule "ThirdParty/pybind11"]
80-
path = ThirdParty/pybind11
81-
url = https://github.com/pybind/pybind11.git
8261
[submodule "ThirdParty/freetype"]
8362
path = ThirdParty/freetype
8463
url = https://github.com/thirddegree/freetype.git
85-
[submodule "ThirdParty/glbinding"]
86-
path = ThirdParty/glbinding
87-
url = https://github.com/thirddegree/glbinding.git
8864
[submodule "ThirdParty/SDL2"]
8965
path = ThirdParty/SDL2
9066
url = https://github.com/thirddegree/SDL2.git

HatchitScript

-1
This file was deleted.

ThirdParty/SPIRV-Cross

-1
This file was deleted.

ThirdParty/glbinding

-1
This file was deleted.

ThirdParty/glfw

-1
This file was deleted.

ThirdParty/msgpack-c

-1
This file was deleted.

ThirdParty/pybind11

-1
This file was deleted.

ThirdParty/stb

-1
This file was deleted.

ThirdParty/virtualenv

-1
This file was deleted.

0 commit comments

Comments
 (0)