Skip to content

Commit

Permalink
ImGui v1.89.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmw committed Dec 2, 2022
1 parent 296b9c4 commit 13a016c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion imgui/imgui

0 comments on commit 13a016c

Please sign in to comment.