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
a614387
to feddcf3
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `a614387` to `feddcf3`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@a614387...feddcf3) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f4c2094
commit e5ce38a
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 | |
+33 −2 | docs/CHANGELOG.txt | |
+2 −2 | docs/FAQ.md | |
+2 −2 | docs/README.md | |
+1 −2 | docs/TODO.txt | |
+34 −10 | imgui.cpp | |
+30 −20 | imgui.h | |
+44 −7 | imgui_demo.cpp | |
+2 −2 | imgui_internal.h | |
+55 −28 | imgui_widgets.cpp |