Skip to content

Commit

Permalink
Externals: Add OpenGL renderer submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 21, 2015
1 parent 7b18fa2 commit 55d70bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# exclude all dot files except .gitignore
# exclude all dot files except .git files
.*
!.gitignore
!.git*

# exclude binaries and temporary files
bin/
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "src/Externals/glbinding"]
path = src/Externals/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "src/Externals/gli"]
path = src/Externals/gli
url = https://github.com/g-truc/gli
1 change: 1 addition & 0 deletions src/Externals/glbinding
Submodule glbinding added at 7eaf37
1 change: 1 addition & 0 deletions src/Externals/gli
Submodule gli added at f8a090

0 comments on commit 55d70bd

Please sign in to comment.