Added GLFW as a submodule
This commit is contained in:
parent
a6d2c49f71
commit
56ec05adf1
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@ intermediates/
|
||||
tools/
|
||||
*.make
|
||||
Makefile
|
||||
.vscode/
|
||||
libs/
|
||||
.vscode/
|
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
@ -0,0 +1 @@
|
||||
Subproject commit b43c122dd194d74996d76c574a46d4bc23d6c7b0
|
Loading…
Reference in New Issue
Block a user