Skip to content

Commit 55d70bd

Browse files
committed
Externals: Add OpenGL renderer submodules.
1 parent 7b18fa2 commit 55d70bd

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# exclude all dot files except .gitignore
1+
# exclude all dot files except .git files
22
.*
3-
!.gitignore
3+
!.git*
44

55
# exclude binaries and temporary files
66
bin/

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "src/Externals/glbinding"]
2+
path = src/Externals/glbinding
3+
url = https://github.com/cginternals/glbinding.git
4+
[submodule "src/Externals/gli"]
5+
path = src/Externals/gli
6+
url = https://github.com/g-truc/gli

src/Externals/glbinding

Submodule glbinding added at 7eaf37f

src/Externals/gli

Submodule gli added at f8a0907

0 commit comments

Comments
 (0)