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 bd37d28..cf20af3 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/)
## Build
`x11, libxrender, libxrandr`
## Runtime
-`libglvnd (libGL.so, libGLX.so, libEGL.so)`
+`libglvnd (libGL.so, libEGL.so)`
# Notes
Every window _get_ function is cached from the last event poll, no calls to x11 is made.
Only one window can be created and used at once.\
-mglpp needs to be initialized first and then a window created, before other functions are called. \ No newline at end of file
+mglpp needs to be initialized first and then a window created, before other functions are called.