Releases: FlorianRhiem/pyGLFW
Releases · FlorianRhiem/pyGLFW
v2.10.0
v2.9.0
- Added library search paths for various architectures
v2.8.0
- Update to GLFW 3.4
v2.7.0
- Included GLFW 3.4 functions and definitions without preview
GLFW 3.4 is not included in Python wheels for glfw 2.7.0, due to issues building GLFW 3.4 on the corresponding systems, e.g. manylinux 2014.
v2.6.5
- Fixed Python version check
v2.6.4
- Updated to GLFW 3.3.9
v2.6.3
- Fixed wrapper for
glfwGetMonitorWorkarea
v2.6.2
- Implemented search for GLFW library specific to frozen executables
v2.6.1
- Revert changes made in 2.6.0
- Do not search for GLFW library when running in a frozen executable
v2.6.0
- Use multiprocessing for library version detection on non-Windows systems