chore: move glm and glfw into dependencies folder

This commit is contained in:
Krzysztof Rudnicki 2023-04-02 18:17:28 +02:00
parent 937acac0d7
commit 81fe93bfa5
2411 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@
#include <string>
#include "../dependencies/include/glad/glad.h"
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "../dependencies/include/glm/glm/glm.hpp"
#include "../dependencies/include/glm/glm/gtc/type_ptr.hpp"
// General purpose shader object. Compiles from file, generates

Some files were not shown because too many files have changed in this diff Show More