diff options
author | rtk0c <[email protected]> | 2022-05-22 01:07:38 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-22 01:07:38 -0700 |
commit | a5db6bd3cc4af5233010ff44d0572ddf98b43c9d (patch) | |
tree | 03dab729f7fc891a60fccc161540675a282fb3b3 /.gitmodules | |
parent | 54d254649ffb9d56312ffd93b0c79644f6a00c9b (diff) |
Changeset: 34 Replace git repository setup with PlasticSCM setup files
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a80750c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,9 +0,0 @@ -[submodule "3rdparty/glm/source"] - path = 3rdparty/glm/source - url = https://github.com/g-truc/glm.git -[submodule "3rdparty/imguicolortextedit/source"] - path = 3rdparty/imguicolortextedit/source - url = https://github.com/BalazsJako/ImGuiColorTextEdit.git -[submodule "3rdparty/tracy/source"] - path = 3rdparty/tracy/tracy - url = https://github.com/wolfpld/tracy.git |