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
6addf28
to 313676d
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `6addf28` to `313676d`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@6addf28...313676d) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
2171ee8
commit 559c524
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
20 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 | |
+22 −2 | backends/imgui_impl_win32.cpp | |
+100 −27 | docs/CHANGELOG.txt | |
+3 −3 | docs/FAQ.md | |
+9 −9 | docs/README.md | |
+1 −2 | docs/TODO.txt | |
+1 −1 | imconfig.h | |
+394 −284 | imgui.cpp | |
+59 −42 | imgui.h | |
+150 −24 | imgui_demo.cpp | |
+20 −12 | imgui_draw.cpp | |
+67 −30 | imgui_internal.h | |
+230 −63 | imgui_tables.cpp | |
+96 −66 | imgui_widgets.cpp | |
+3 −1 | misc/freetype/imgui_freetype.cpp |