diff options
author | Charadon <dev@iotib.net> | 2022-05-30 21:11:08 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-05-30 21:11:08 -0400 |
commit | 88cf68f4cfd15a65750439bb6bf40a304090ed2d (patch) | |
tree | 930c5e5d62a429dd0a7428256a691c01df7a498c | |
parent | b1de6008bdfbd5bdeb62d2d3dad953019555556b (diff) | |
download | Pong-C-88cf68f4cfd15a65750439bb6bf40a304090ed2d.tar.gz |
Added raylib as submodule
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | raylib | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..59d751e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "raylib"] + path = raylib + url = https://github.com/raysan5/raylib + branch = 4.0.0 diff --git a/raylib b/raylib new file mode 160000 +Subproject d0318aac4a7fada53bf3cf5be6d2128db7cff5c |