Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed Feb 27, 2024
1 parent 83993ca commit 02df7c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "libs/raylib"]
path = libs/raylib
url = https://github.com/raysan5/raylib.git
[submodule "libs/zlib"]
path = libs/zlib
url = https://github.com/madler/zlib.git
[submodule "libs/json-c"]
path = libs/json-c
url = https://github.com/json-c/json-c.git
1 change: 1 addition & 0 deletions libs/json-c
Submodule json-c added at 401249
1 change: 1 addition & 0 deletions libs/raylib
Submodule raylib added at 2aed94
1 change: 1 addition & 0 deletions libs/zlib
Submodule zlib added at 5c42a2

0 comments on commit 02df7c2

Please sign in to comment.