shithub: cstory

Download patch

ref: 0abac07aab4be5c0c702604c8ff2b5ca10893d70
parent: aa728979a33d11b65bf143c87c73dc66301041e1
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Jul 26 23:36:35 EDT 2019

Note the new dependency on GLEW

I wonder if I could use SDL2's SDL_GL_GetProcAddress,
SDL_GL_ExtensionSupported, and SDL_GL_LoadLibrary functions to bypass
needing GLEW? Then again, I'd like to remove the dependency on SDL2
at some point as well...

--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@
 * SDL2
 * FreeType
 * FLTK
+* GLEW (if the OpenGL backend is selected) (not currently built with CMake)
 
 ## Building