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 1ab63d9
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `a614387` to `1ab63d9`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@a614387...1ab63d9) --- 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 e5f381e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
18 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 | |
+109 −30 | docs/CHANGELOG.txt | |
+2 −2 | docs/FAQ.md | |
+9 −9 | docs/README.md | |
+1 −2 | docs/TODO.txt | |
+301 −156 | imgui.cpp | |
+69 −36 | imgui.h | |
+183 −36 | imgui_demo.cpp | |
+8 −0 | imgui_draw.cpp | |
+34 −16 | imgui_internal.h | |
+219 −52 | imgui_tables.cpp | |
+57 −30 | imgui_widgets.cpp |