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.
…#29648) Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `a614387` to `001f102`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@a614387...001f102) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ed698bd
commit 3cf0d72
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
16 files
+13 −0 | backends/imgui_impl_glfw.cpp | |
+1 −0 | backends/imgui_impl_opengl3.cpp | |
+3 −3 | backends/imgui_impl_opengl3_loader.h | |
+15 −14 | backends/imgui_impl_osx.mm | |
+15 −0 | backends/imgui_impl_sdl2.cpp | |
+15 −0 | backends/imgui_impl_sdl3.cpp | |
+15 −0 | backends/imgui_impl_win32.cpp | |
+32 −2 | docs/CHANGELOG.txt | |
+2 −2 | docs/FAQ.md | |
+2 −2 | docs/README.md | |
+1 −2 | docs/TODO.txt | |
+34 −10 | imgui.cpp | |
+29 −20 | imgui.h | |
+41 −6 | imgui_demo.cpp | |
+2 −2 | imgui_internal.h | |
+51 −27 | imgui_widgets.cpp |