diff options
author | gilzoide <gilzoide@gmail.com> | 2024-05-05 07:49:09 -0300 |
---|---|---|
committer | gilzoide <gilzoide@gmail.com> | 2024-05-05 07:58:02 -0300 |
commit | 8e27cf1b37c6cf7495125aa09df075f53a3aa950 (patch) | |
tree | 8d3c79a09aee361261329076315463ecc421c9ee /.gitmodules | |
parent | 595895c0bf1565510ed23e5c95863cafae1daea7 (diff) | |
download | gamejam-slgj-2024-8e27cf1b37c6cf7495125aa09df075f53a3aa950.tar.gz gamejam-slgj-2024-8e27cf1b37c6cf7495125aa09df075f53a3aa950.tar.bz2 gamejam-slgj-2024-8e27cf1b37c6cf7495125aa09df075f53a3aa950.zip |
Import raylib as a Git submodule
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..c3b76a7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/raylib"] + path = libs/raylib + url = https://github.com/raysan5/raylib.git |