Skip to content

Commit

Permalink
add glew and SDL submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoymin committed Nov 2, 2021
1 parent fb00a04 commit 79c3b52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
[submodule "submodules/ImGuiColorTextEdit"]
path = submodules/ImGuiColorTextEdit
url = https://github.com/mortennobel/ImGuiColorTextEdit.git
[submodule "submodules/glew"]
path = submodules/glew
url = https://github.com/nigels-com/glew.git
[submodule "submodules/SDL"]
path = submodules/SDL
url = https://github.com/libsdl-org/SDL.git
1 change: 1 addition & 0 deletions submodules/SDL
Submodule SDL added at 43ddc5
1 change: 1 addition & 0 deletions submodules/glew
Submodule glew added at 062067

0 comments on commit 79c3b52

Please sign in to comment.