Start 3.6

This commit is contained in:
Camilla Löwy
2026-08-03 18:59:53 +02:00
parent d9d6f0f1f9
commit 92dcf4ce74
67 changed files with 72 additions and 180 deletions
+3 -3
View File
@@ -621,17 +621,17 @@ The format of the string is as follows:
- The names of the always supported context creation APIs EGL and OSMesa
- Any additional compile-time options, APIs and (on Windows) what compiler was used
For example, compiling GLFW 3.5 with MinGW-64 as a DLL for Windows, may result
For example, compiling GLFW 3.6 with MinGW-64 as a DLL for Windows, may result
in a version string like this:
```c
3.5.0 Win32 WGL Null EGL OSMesa MinGW-w64 DLL
3.6.0 Win32 WGL Null EGL OSMesa MinGW-w64 DLL
```
Compiling GLFW as a static library for Linux, with both Wayland and X11 enabled, may
result in a version string like this:
```c
3.5.0 Wayland X11 GLX Null EGL OSMesa monotonic
3.6.0 Wayland X11 GLX Null EGL OSMesa monotonic
```