Added GLFW as a submodule

Feature/BasicRenderer
Nigel Barink 2022-04-29 13:28:42 +02:00
parent a6d2c49f71
commit 56ec05adf1
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,5 +3,4 @@ intermediates/
tools/
*.make
Makefile
.vscode/
libs/
.vscode/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "glfw"]
path = libs/glfw
url = https://github.com/nigelbarink/glfw.git

1
libs/glfw Submodule

@ -0,0 +1 @@
Subproject commit b43c122dd194d74996d76c574a46d4bc23d6c7b0