Skip to content

Commit fdfdf90

Browse files
committed
Lower required GLFW version to 3.0 in documentation.
1 parent cb81f26 commit fdfdf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/imgui_impl_glfw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// dear imgui: Platform Backend for GLFW
22
// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan, WebGPU..)
33
// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
4-
// (Requires: GLFW 3.1+. Prefer GLFW 3.3+ or GLFW 3.4+ for full feature support.)
4+
// (Requires: GLFW 3.0+. Prefer GLFW 3.3+ or GLFW 3.4+ for full feature support.)
55

66
// Implemented features:
77
// [X] Platform: Clipboard support.

0 commit comments

Comments
 (0)