Skip to content

Commit 2107aa2

Browse files
committed
Docs: Be clear about glfw requirements
1 parent af5e167 commit 2107aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demosys/context/glfw/window.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def __init__(self):
1717
"""
1818
Initializes glfw, sets up key and mouse events and
1919
creates a ``moderngl.Context`` using the context glfw createad.
20+
21+
Using the glfw window requires glfw binaries and pyGLFW.
2022
"""
2123
super().__init__()
2224

0 commit comments

Comments
 (0)