Created working windows build in GLFW and OpenGL3

This commit is contained in:
2022-12-18 18:57:34 +00:00
parent 7860a0053a
commit 8532f4b740
22 changed files with 15968 additions and 2433 deletions

3
.gitignore vendored
View File

@ -441,6 +441,9 @@ FodyWeavers.xsd
*.a
*.lib
#Ignore glfw compiled libraries
!glfw3.lib
# Executables
*.exe
*.out