From cbdd15bdf945cd4c46f801c58ffb1f52b60d1acc Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sat, 4 Jan 2020 01:58:53 -0500 Subject: [PATCH] remove glad module --- .gitmodules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4b4c1d6..18e4562 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,6 @@ [submodule "vendor/glfw"] path = vendor/glfw url = https://github.com/glfw/glfw.git -[submodule "vendor/glad"] - path = vendor/glad - url = https://github.com/Dav1dde/glad.git - branch = c [submodule "vendor/glm"] path = vendor/glm url = https://github.com/g-truc/glm.git