diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-01-19 22:39:43 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-01-19 22:39:43 -0500 |
| commit | db229ae38f04e8a6b9759c1e5208af75b81344aa (patch) | |
| tree | 1cdd2eda0b2c71d0c5f5f16e25a362cdd9d41904 /.gitmodules | |
initial stuff
got some hexes, got some mouse picking
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4f5b50c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "raylib"] + path = raylib + url = git@github.com:AlecGoncharow/raylib.git |
