mirror of
https://github.com/aap/librw.git
synced 2026-01-27 21:42:59 +00:00
Replace glew with glad
This commit is contained in:
@@ -54,7 +54,6 @@ class LibrwConan(ConanFile):
|
||||
|
||||
def requirements(self):
|
||||
if self.options.platform == "gl3":
|
||||
self.requires("glew/2.1.0")
|
||||
if self.options.gl3_gfxlib == "glfw":
|
||||
self.requires("glfw/3.3.2")
|
||||
elif self.options.gl3_gfxlib == "sdl2":
|
||||
|
||||
Reference in New Issue
Block a user