forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump third_party/imgui/repo from
5288687
to 4a24264
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `5288687` to `4a24264`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@5288687...4a24264) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ec5ff8d
commit d3cb9e1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
19 files
+1 −1 | backends/imgui_impl_android.cpp | |
+40 −0 | backends/imgui_impl_glfw.cpp | |
+5 −0 | backends/imgui_impl_glfw.h | |
+2 −1 | backends/imgui_impl_vulkan.cpp | |
+35 −0 | docs/CHANGELOG.txt | |
+1 −0 | examples/example_emscripten_wgpu/main.cpp | |
+1 −1 | examples/example_glfw_opengl3/Makefile.emscripten | |
+3 −0 | examples/example_glfw_opengl3/main.cpp | |
+6 −0 | examples/example_sdl2_directx11/main.cpp | |
+6 −0 | examples/example_sdl2_opengl2/main.cpp | |
+6 −0 | examples/example_sdl2_opengl3/main.cpp | |
+5 −0 | examples/example_sdl2_sdlrenderer2/main.cpp | |
+5 −0 | examples/example_sdl2_vulkan/main.cpp | |
+84 −94 | imgui.cpp | |
+195 −192 | imgui.h | |
+2 −1 | imgui_demo.cpp | |
+12 −12 | imgui_internal.h | |
+38 −56 | imgui_widgets.cpp | |
+1 −2 | misc/freetype/imgui_freetype.h |