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
226923f
to 7b5fb33
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `226923f` to `7b5fb33`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@226923f...7b5fb33) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d0da504
commit 1215f53
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
14 files
+5 −0 | backends/imgui_impl_sdl2.cpp | |
+1 −0 | backends/imgui_impl_sdl2.h | |
+5 −0 | backends/imgui_impl_sdl3.cpp | |
+1 −0 | backends/imgui_impl_sdl3.h | |
+37 −1 | docs/CHANGELOG.txt | |
+7 −3 | docs/README.md | |
+13 −10 | examples/example_emscripten_wgpu/main.cpp | |
+157 −134 | imgui.cpp | |
+11 −6 | imgui.h | |
+182 −133 | imgui_demo.cpp | |
+20 −24 | imgui_draw.cpp | |
+23 −7 | imgui_internal.h | |
+14 −9 | imgui_tables.cpp | |
+59 −39 | imgui_widgets.cpp |