diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 18:32:55 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 18:32:55 +0200 |
commit | faa82f0a6004026c94a6415baf5e138b48dc1629 (patch) | |
tree | ead573bf9ec72a74569b79724c732c17dd9d0fb3 /.gitmodules | |
parent | afc66d3013b7d47c6c22d6a99809bc3e7d1ff0dc (diff) |
implement weird dijkstra
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index de46813..0000000 --- a/.gitmodules +++ /dev/null @@ -1,11 +0,0 @@ -[submodule "lib/SDL"] - path = lib/SDL - url = https://github.com/libsdl-org/SDL - shallow = true -[submodule "lib/cpr"] - path = lib/cpr - url = https://github.com/libcpr/cpr - shallow = true -[submodule "lib/pugixml"] - path = lib/pugixml - url = https://github.com/zeux/pugixml |