aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-05 02:39:41 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-05 03:08:14 +0200
commit2fbb18392a0cc3dd956f24514491c81a55e3c941 (patch)
tree21ee993e0b86108b32c9c80876d17a8338ca91a2 /README.md
parent90739659800c4bf893882098d70b575c26958883 (diff)
Add meson build
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 2b866e3..d952ba8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Minimal Graphics Library
Written in C and uses OpenGL 2.1 to support as many platforms as possible.\
-Right now mgl only supports x11.
+Right now mgl only supports x11. Mgl allows you to choose glx or egl at runtime.
# Dependencies
## Build
`x11, libxrender, libxrandr`
## Runtime
-`libglvnd (libGL.so)`
+`libglvnd (libGL.so, libGLX.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.\