diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-10 07:30:16 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-10 07:30:16 +0200 |
commit | 44208336d80dd63735215ee2cafb3e73fa03f930 (patch) | |
tree | 63f60a012561aeb06f80d865ead73dcbba769a80 /.gitmodules | |
parent | bbf55eaabd09f6d2a98fad9c0a68db83c140f3e1 (diff) |
move soloud/src to soloud
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bb860c0..7dd39b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/google/googletest shallow = true [submodule "lib/soloud/src"] - path = lib/soloud/src + path = lib/soloud url = https://github.com/jarikomppa/soloud shallow = true [submodule "lib/sdl2"] |