add libglfw

This commit is contained in:
Victor Lasserre 2023-02-14 09:39:31 +01:00
parent 94319065e1
commit fe95b669c9
4 changed files with 0 additions and 4 deletions

4
.gitignore vendored
View file

@ -13,7 +13,6 @@
*.pch *.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.dylib
*.dll *.dll
# Fortran module files # Fortran module files
@ -23,7 +22,6 @@
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
*.la *.la
*.a
*.lib *.lib
# Executables # Executables
@ -52,13 +50,11 @@
# Libraries # Libraries
*.lib *.lib
*.a
*.la *.la
*.lo *.lo
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll *.dll
*.dylib
# Executables # Executables
*.exe *.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.