diff options
| author | realtradam <[email protected]> | 2022-05-17 23:39:40 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-17 23:39:40 -0400 |
| commit | 1592c3d2556b63406dedf15c8cedc1c74016b135 (patch) | |
| tree | b3a4f6cda52841e710936f66447dcc525520345c /.gitmodules | |
| download | raylib-template-1592c3d2556b63406dedf15c8cedc1c74016b135.tar.gz raylib-template-1592c3d2556b63406dedf15c8cedc1c74016b135.zip | |
init
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..3c46cd4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dependency/raylib"] + path = dependency/raylib + url = [email protected]:raysan5/raylib.git |
