diff --git a/README.md b/README.md index 3f66203..520fb75 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,20 @@ The major and minor part of the version number is analogous to GLFW, the patch version is incremented whenever the project is updated. The following list contains detailed information of the versions used in each release: -| Release | GLFW | ImGui | Glad | glm | -|---------|--------|-------|-----------------------|---------| -| v3.3.10 | v3.3.8 | v1.89 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.9 | v3.3.8 | v1.88 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.8 | v3.3.7 | v1.88 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.7 | v3.3.7 | v1.87 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.6 | v3.3.6 | v1.87 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.5 | v3.3.6 | v1.86 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.4 | v3.3.6 | v1.85 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.3 | v3.3.5 | v1.85 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | -| v3.3.2 | v3.3.5 | v1.85 | 2.0.0 (gl 4.5 / core) | N/A | -| v3.3.1 | v3.3.4 | v1.83 | 2.0.0 (gl 4.5 / core) | N/A | -| v3.3.0 | v3.3.3 | v1.81 | 2.0.0 (gl 4.5 / core) | N/A | +| Release | GLFW | ImGui | Glad | glm | +|---------|--------|---------|-----------------------|---------| +| v3.3.11 | v3.3.8 | v1.89.1 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.10 | v3.3.8 | v1.89 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.9 | v3.3.8 | v1.88 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.8 | v3.3.7 | v1.88 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.7 | v3.3.7 | v1.87 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.6 | v3.3.6 | v1.87 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.5 | v3.3.6 | v1.86 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.4 | v3.3.6 | v1.85 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.3 | v3.3.5 | v1.85 | 2.0.0 (gl 4.5 / core) | 0.9.9.8 | +| v3.3.2 | v3.3.5 | v1.85 | 2.0.0 (gl 4.5 / core) | N/A | +| v3.3.1 | v3.3.4 | v1.83 | 2.0.0 (gl 4.5 / core) | N/A | +| v3.3.0 | v3.3.3 | v1.81 | 2.0.0 (gl 4.5 / core) | N/A | ### Example diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 36f1554..42ec7a2 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -9,7 +9,7 @@ set(BUILD_SHARED_LIBS OFF) FetchContent_Declare( imgui-glfw-glad-glm GIT_REPOSITORY https://github.com/cmmw/imgui-glfw-glad-glm.git - GIT_TAG v3.3.10 + GIT_TAG v3.3.11 ) FetchContent_MakeAvailable(imgui-glfw-glad-glm) diff --git a/imgui/imgui b/imgui/imgui index 81160fe..a8df192 160000 --- a/imgui/imgui +++ b/imgui/imgui @@ -1 +1 @@ -Subproject commit 81160fee56027226bc80b48e196d0332f5541a8c +Subproject commit a8df192df022ed6ac447e7b7ada718c4c4824b41