Added GLFW as a submodule

This commit is contained in:
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

Submodule libs/glfw added at b43c122dd1