Skip to content

Commit

Permalink
travis: re-added submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Jan 13, 2019
1 parent 8d1e89b commit 260f28b
Show file tree
Hide file tree
Showing 3 changed files with 11 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 "extern/glfw"]
path = extern/glfw
url = https://github.com/glfw/glfw.git
shallow = true
[submodule "extern/imgui"]
path = extern/imgui
url = https://github.com/ocornut/imgui.git
shallow = true

1 change: 1 addition & 0 deletions extern/glfw
Submodule glfw added at 72c390
1 change: 1 addition & 0 deletions extern/imgui
Submodule imgui added at 7e7886

0 comments on commit 260f28b

Please sign in to comment.