Added GLFW as a submodule
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@ intermediates/
|
|||||||
tools/
|
tools/
|
||||||
*.make
|
*.make
|
||||||
Makefile
|
Makefile
|
||||||
.vscode/
|
.vscode/
|
||||||
libs/
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "glfw"]
|
||||||
|
path = libs/glfw
|
||||||
|
url = https://github.com/nigelbarink/glfw.git
|
1
libs/glfw
Submodule
1
libs/glfw
Submodule
Submodule libs/glfw added at b43c122dd1
Reference in New Issue
Block a user