aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fa9db3b..02015e8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Minimal Graphics Library
-Written in C and uses legacy OpenGL to support as many platforms as possible.\
+Written in C and uses OpenGL 2.0 to support as many platforms as possible.\
Right now mgl only supports x11.
# Dependencies
## Build
@@ -10,4 +10,4 @@ Right now mgl only supports x11.
Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\
Bind texture and cache the bound texture to reduce calls to opengl.
Use gl triangle instead of quad.
-Fix crash on exit. \ No newline at end of file
+Fix crash on exit.