Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Schott committed Feb 21, 2023
1 parent b89e0db commit 17b3789
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 "dependency/imgui"]
path = dependency/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependency/glfw"]
path = dependency/glfw
url = https://github.com/glfw/glfw.git
[submodule "dependency/glew"]
path = dependency/glew
url = https://github.com/Perlmint/glew-cmake.git
1 change: 1 addition & 0 deletions dependency/glew
Submodule glew added at 94b823
1 change: 1 addition & 0 deletions dependency/glfw
Submodule glfw added at 8f4705
1 change: 1 addition & 0 deletions dependency/imgui
Submodule imgui added at 2ee77a

0 comments on commit 17b3789

Please sign in to comment.