aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-25 03:06:42 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-25 10:43:40 +0200
commit30d9f5392fb07105e792963d74786024adc79dd5 (patch)
tree47d21dff4323b03ab738366908f2171ba01a00c4 /README.md
parentef4a993d20ceb791ac62dd219ee7d63524e04a3e (diff)
Add monitor events, limit fps to monitor the window is in, reduce latency (glFinish, fps limit)
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 8bceb2c..b2a915a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# Minimal Graphics Library
-Written in C and uses OpenGL 2.0 to support as many platforms as possible.\
+Written in C and uses OpenGL 2.1 to support as many platforms as possible.\
Right now mgl only supports x11.
# Dependencies
## Build
-`x11, xrender`
+`x11, xrender, xrandr`
## Runtime
`libglvnd (libGL.so)`
# Notes