diff --git a/.gitignore b/.gitignore index 1af9604..3816f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ CMakeUserPresets.json # Visual Studio .vs/ *.user + +#build +build/ diff --git a/App/Source/Shader.cpp b/App/Source/Shader.cpp index fb04437..fd30c2a 100644 --- a/App/Source/Shader.cpp +++ b/App/Source/Shader.cpp @@ -2,6 +2,7 @@ #include #include +#include #include diff --git a/README.md b/README.md index f73b68d..cecfdf6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ cmake .. ``` Tested on Windows 11 using Visual Studio 2022, more testing to follow. +Tested on Linux. ## Third-Party Dependencies Uses the following third-party dependencies: - [GLFW 3.4](https://github.com/glfw/glfw) - [Glad](https://github.com/Dav1dde/glad) -- [glm](https://github.com/g-truc/glm) \ No newline at end of file +- [glm](https://github.com/g-truc/glm)