Fix: Fix curl errors. Curl was never used anyways

This commit is contained in:
2025-11-12 18:29:55 +00:00
parent 47e9700a4a
commit ad2591b33b
6 changed files with 12 additions and 84 deletions
+1 -1
View File
@@ -5,8 +5,8 @@
#include <stdlib.h>
// glad and GLFW
#include <GLFW/glfw3.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
// glm math
#include <glm/glm.hpp>
+2
View File
@@ -14,8 +14,10 @@
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
// Shader loader helper
std::string loadShaderSource(const std::string& filepath);